Html Css Color HEX #AB9CCC Biloba Flower

📋 copy color: '#AB9CCC'

red 171 ◦ green 156 ◦ blue 204

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

Shades of Biloba Flower #AB9CCC

Tints of Biloba Flower #AB9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.38%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 32.2%
G = 29.38%
B = 38.42%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB9CCC (or 0xAB9CCC) is known color: Biloba Flower. HEX triplet: AB, 9C and CC. RGB value is (171,156,204). Sum of RGB (Red+Green+Blue) = 171+156+204=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCC is #546333. Grayscale: #A5A5A5. Windows color (decimal): -5530420 or 13409451. OLE color: 13409451.

HSL color Cylindrical-coordinate representation of color #AB9CCC: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9CCC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 156 204 -
CMYK 0.16 0.24 0 0.2
HSL 258.75º 0.32% 0.71% -
HSV(B) 258.75º 0.24% 0.8% -
XYZ 39.58 36.79 62.14 -
YUV 165.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 171 156 204 0.16 0.24 0 0.2 258.75 0.32 0.71
Hex AB 9C CC 10 18 0 14 103 20 47
Octal 253 234 314 20 30 0 24 403 40 107
Binary 10101011 10011100 11001100 10000 11000 0 10100 100000011 100000 1000111

Color Harmonies of #AB9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CCC

Black with #AB9CCC

Text Example


Text Example

White with #AB9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CCC; }

 p { color: rgb(171,156,204); }

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

background-color css

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

 a { background-color: rgb(171,156,204); }

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

border-color css

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

 span { border-color: rgb(171,156,204); }

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