Html Css Color HEX #AB91C9 Biloba Flower

📋 copy color: '#AB91C9'

red 171 ◦ green 145 ◦ blue 201

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

Shades of Biloba Flower #AB91C9

Tints of Biloba Flower #AB91C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 33.08%
G = 28.05%
B = 38.88%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB91C9 (or 0xAB91C9) is known color: Biloba Flower. HEX triplet: AB, 91 and C9. RGB value is (171,145,201). Sum of RGB (Red+Green+Blue) = 171+145+201=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB91C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91C9 is #546E36. Grayscale: #9E9E9E. Windows color (decimal): -5533239 or 13210027. OLE color: 13210027.

HSL color Cylindrical-coordinate representation of color #AB91C9: hue angle of 267.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB91C9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 145 201 -
CMYK 0.15 0.28 0 0.21
HSL 267.86º 0.34% 0.68% -
HSV(B) 267.86º 0.28% 0.79% -
XYZ 37.46 33.13 59.68 -
YUV 159.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 171 145 201 0.15 0.28 0 0.21 267.86 0.34 0.68
Hex AB 91 C9 F 1C 0 15 10C 22 44
Octal 253 221 311 17 34 0 25 414 42 104
Binary 10101011 10010001 11001001 1111 11100 0 10101 100001100 100010 1000100

Color Harmonies of #AB91C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91C9

Black with #AB91C9

Text Example


Text Example

White with #AB91C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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