Html Css Color HEX #AB91CB Biloba Flower

📋 copy color: '#AB91CB'

red 171 ◦ green 145 ◦ blue 203

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

Shades of Biloba Flower #AB91CB

Tints of Biloba Flower #AB91CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.94%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 32.95%
G = 27.94%
B = 39.11%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB91CB (or 0xAB91CB) is known color: Biloba Flower. HEX triplet: AB, 91 and CB. RGB value is (171,145,203). Sum of RGB (Red+Green+Blue) = 171+145+203=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CB is #546E34. Grayscale: #9F9F9F. Windows color (decimal): -5533237 or 13341099. OLE color: 13341099.

HSL color Cylindrical-coordinate representation of color #AB91CB: hue angle of 266.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB91CB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 145 203 -
CMYK 0.16 0.29 0 0.20
HSL 266.9º 0.36% 0.68% -
HSV(B) 266.9º 0.29% 0.8% -
XYZ 37.7 33.22 60.93 -
YUV 159.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 171 145 203 0.16 0.29 0 0.20 266.9 0.36 0.68
Hex AB 91 CB 10 1D 0 14 10B 24 44
Octal 253 221 313 20 35 0 24 413 44 104
Binary 10101011 10010001 11001011 10000 11101 0 10100 100001011 100100 1000100

Color Harmonies of #AB91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91CB

Black with #AB91CB

Text Example


Text Example

White with #AB91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91CB; }

 p { color: rgb(171,145,203); }

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

background-color css

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

 a { background-color: rgb(171,145,203); }

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

border-color css

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

 span { border-color: rgb(171,145,203); }

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