Html Css Color HEX #AB90CA Biloba Flower

📋 copy color: '#AB90CA'

red 171 ◦ green 144 ◦ blue 202

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

Shades of Biloba Flower #AB90CA

Tints of Biloba Flower #AB90CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 33.08%
G = 27.85%
B = 39.07%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB90CA (or 0xAB90CA) is known color: Biloba Flower. HEX triplet: AB, 90 and CA. RGB value is (171,144,202). Sum of RGB (Red+Green+Blue) = 171+144+202=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90CA is #546F35. Grayscale: #9E9E9E. Windows color (decimal): -5533494 or 13275307. OLE color: 13275307.

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

Color convert

RGB 171 144 202 -
CMYK 0.15 0.29 0 0.21
HSL 267.93º 0.35% 0.68% -
HSV(B) 267.93º 0.29% 0.79% -
XYZ 37.43 32.87 60.25 -
YUV 158.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 171 144 202 0.15 0.29 0 0.21 267.93 0.35 0.68
Hex AB 90 CA F 1D 0 15 10C 23 44
Octal 253 220 312 17 35 0 25 414 43 104
Binary 10101011 10010000 11001010 1111 11101 0 10101 100001100 100011 1000100

Color Harmonies of #AB90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90CA

Black with #AB90CA

Text Example


Text Example

White with #AB90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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