Html Css Color HEX #AB90CE Biloba Flower

📋 copy color: '#AB90CE'

red 171 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #AB90CE

Tints of Biloba Flower #AB90CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 32.82%
G = 27.64%
B = 39.54%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB90CE (or 0xAB90CE) is known color: Biloba Flower. HEX triplet: AB, 90 and CE. RGB value is (171,144,206). Sum of RGB (Red+Green+Blue) = 171+144+206=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90CE is #546F31. Grayscale: #9E9E9E. Windows color (decimal): -5533490 or 13537451. OLE color: 13537451.

HSL color Cylindrical-coordinate representation of color #AB90CE: hue angle of 266.13º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB90CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 144 206 -
CMYK 0.17 0.30 0 0.19
HSL 266.13º 0.39% 0.69% -
HSV(B) 266.13º 0.3% 0.81% -
XYZ 37.91 33.06 62.78 -
YUV 159.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 171 144 206 0.17 0.30 0 0.19 266.13 0.39 0.69
Hex AB 90 CE 11 1E 0 13 10A 27 45
Octal 253 220 316 21 36 0 23 412 47 105
Binary 10101011 10010000 11001110 10001 11110 0 10011 100001010 100111 1000101

Color Harmonies of #AB90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90CE

Black with #AB90CE

Text Example


Text Example

White with #AB90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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