Html Css Color HEX #AB90CD Biloba Flower

📋 copy color: '#AB90CD'

red 171 ◦ green 144 ◦ blue 205

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

Shades of Biloba Flower #AB90CD

Tints of Biloba Flower #AB90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 32.88%
G = 27.69%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB90CD (or 0xAB90CD) is known color: Biloba Flower. HEX triplet: AB, 90 and CD. RGB value is (171,144,205). Sum of RGB (Red+Green+Blue) = 171+144+205=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90CD is #546F32. Grayscale: #9E9E9E. Windows color (decimal): -5533491 or 13471915. OLE color: 13471915.

HSL color Cylindrical-coordinate representation of color #AB90CD: hue angle of 266.56º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB90CD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 144 205 -
CMYK 0.17 0.30 0 0.20
HSL 266.56º 0.38% 0.68% -
HSV(B) 266.56º 0.3% 0.8% -
XYZ 37.79 33.01 62.14 -
YUV 159.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 171 144 205 0.17 0.30 0 0.20 266.56 0.38 0.68
Hex AB 90 CD 11 1E 0 14 10B 26 44
Octal 253 220 315 21 36 0 24 413 46 104
Binary 10101011 10010000 11001101 10001 11110 0 10100 100001011 100110 1000100

Color Harmonies of #AB90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90CD

Black with #AB90CD

Text Example


Text Example

White with #AB90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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