Html Css Color HEX #AB90C9 Biloba Flower

📋 copy color: '#AB90C9'

red 171 ◦ green 144 ◦ blue 201

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

Shades of Biloba Flower #AB90C9

Tints of Biloba Flower #AB90C9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.91%

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

R = 33.14%
G = 27.91%
B = 38.95%

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

#AB90C9 (or 0xAB90C9) is known color: Biloba Flower. HEX triplet: AB, 90 and C9. RGB value is (171,144,201). Sum of RGB (Red+Green+Blue) = 171+144+201=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90C9 is #546F36. Grayscale: #9E9E9E. Windows color (decimal): -5533495 or 13209771. OLE color: 13209771.

HSL color Cylindrical-coordinate representation of color #AB90C9: hue angle of 268.42º degrees, saturation: 0.35, 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 #AB90C9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 144 201 -
CMYK 0.15 0.28 0 0.21
HSL 268.42º 0.35% 0.68% -
HSV(B) 268.42º 0.28% 0.79% -
XYZ 37.31 32.82 59.63 -
YUV 158.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 171 144 201 0.15 0.28 0 0.21 268.42 0.35 0.68
Hex AB 90 C9 F 1C 0 15 10C 23 44
Octal 253 220 311 17 34 0 25 414 43 104
Binary 10101011 10010000 11001001 1111 11100 0 10101 100001100 100011 1000100

Color Harmonies of #AB90C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90C9

Black with #AB90C9

Text Example


Text Example

White with #AB90C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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