Html Css Color HEX #AB8CD3 Biloba Flower

📋 copy color: '#AB8CD3'

red 171 ◦ green 140 ◦ blue 211

#AB8CD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AB8CD3

Tints of Biloba Flower #AB8CD3

RGB

 RED value IS 171 (67.19% from 255) = 32.76%

 GREEN value IS 140 (55.08% from 255) = 26.82%

 BLUE value IS 211 (82.81% from 255) = 40.42%

R = 32.76%
G = 26.82%
B = 40.42%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB8CD3 (or 0xAB8CD3) is known color: Biloba Flower. HEX triplet: AB, 8C and D3. RGB value is (171,140,211). Sum of RGB (Red+Green+Blue) = 171+140+211=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB8CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CD3 is #54732C. Grayscale: #9D9D9D. Windows color (decimal): -5534509 or 13864107. OLE color: 13864107.

HSL color Cylindrical-coordinate representation of color #AB8CD3: hue angle of 266.2º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8CD3 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 140 211 -
CMYK 0.19 0.34 0 0.17
HSL 266.2º 0.45% 0.69% -
HSV(B) 266.2º 0.34% 0.83% -
XYZ 37.93 32.12 65.83 -
YUV 157.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 171 140 211 0.19 0.34 0 0.17 266.2 0.45 0.69
Hex AB 8C D3 13 22 0 11 10A 2D 45
Octal 253 214 323 23 42 0 21 412 55 105
Binary 10101011 10001100 11010011 10011 100010 0 10001 100001010 101101 1000101

Color Harmonies of #AB8CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CD3

Black with #AB8CD3

Text Example


Text Example

White with #AB8CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CD3; }

 p { color: rgb(171,140,211); }

 H1.HeaderClassName
 {
   color: #AB8CD3;
 }
 .AnyTagClassName
 {
   color: #AB8CD3;
 }
</style>

background-color css

<style>
 a { background-color: #AB8CD3; }

 a { background-color: rgb(171,140,211); }

 div.DivClassName
 {
   background-color: #AB8CD3;
 }
 .BgClassName
 {
   background-color: #AB8CD3;
 }
</style>

border-color css

<style>
 span { border-color: #AB8CD3; }

 span { border-color: rgb(171,140,211); }

 td.TdClassName
 {
   border-color: #AB8CD3;
 }
 .TagClassName
 {
   border-color: #AB8CD3;
 }
</style>