Html Css Color HEX #AB9BCC Biloba Flower

📋 copy color: '#AB9BCC'

red 171 ◦ green 155 ◦ blue 204

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

Shades of Biloba Flower #AB9BCC

Tints of Biloba Flower #AB9BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

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

R = 32.26%
G = 29.25%
B = 38.49%

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

#AB9BCC (or 0xAB9BCC) is known color: Biloba Flower. HEX triplet: AB, 9B and CC. RGB value is (171,155,204). Sum of RGB (Red+Green+Blue) = 171+155+204=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BCC is #546433. Grayscale: #A5A5A5. Windows color (decimal): -5530676 or 13409195. OLE color: 13409195.

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

Color convert

RGB 171 155 204 -
CMYK 0.16 0.24 0 0.2
HSL 259.59º 0.32% 0.7% -
HSV(B) 259.59º 0.24% 0.8% -
XYZ 39.42 36.46 62.09 -
YUV 165.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 171 155 204 0.16 0.24 0 0.2 259.59 0.32 0.7
Hex AB 9B CC 10 18 0 14 104 20 46
Octal 253 233 314 20 30 0 24 404 40 106
Binary 10101011 10011011 11001100 10000 11000 0 10100 100000100 100000 1000110

Color Harmonies of #AB9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BCC

Black with #AB9BCC

Text Example


Text Example

White with #AB9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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