Html Css Color HEX #AB90D6 Biloba Flower

📋 copy color: '#AB90D6'

red 171 ◦ green 144 ◦ blue 214

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

Shades of Biloba Flower #AB90D6

Tints of Biloba Flower #AB90D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 32.33%
G = 27.22%
B = 40.45%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB90D6 (or 0xAB90D6) is known color: Biloba Flower. HEX triplet: AB, 90 and D6. RGB value is (171,144,214). Sum of RGB (Red+Green+Blue) = 171+144+214=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB90D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90D6 is #546F29. Grayscale: #9F9F9F. Windows color (decimal): -5533482 or 14061739. OLE color: 14061739.

HSL color Cylindrical-coordinate representation of color #AB90D6: hue angle of 263.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB90D6 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 144 214 -
CMYK 0.20 0.33 0 0.16
HSL 263.14º 0.46% 0.7% -
HSV(B) 263.14º 0.33% 0.84% -
XYZ 38.91 33.46 68.03 -
YUV 160.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 171 144 214 0.20 0.33 0 0.16 263.14 0.46 0.7
Hex AB 90 D6 14 21 0 10 107 2E 46
Octal 253 220 326 24 41 0 20 407 56 106
Binary 10101011 10010000 11010110 10100 100001 0 10000 100000111 101110 1000110

Color Harmonies of #AB90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90D6

Black with #AB90D6

Text Example


Text Example

White with #AB90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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