Html Css Color HEX #AB90DD Biloba Flower

📋 copy color: '#AB90DD'

red 171 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #AB90DD

Tints of Biloba Flower #AB90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 31.9%
G = 26.87%
B = 41.23%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB90DD (or 0xAB90DD) is known color: Biloba Flower. HEX triplet: AB, 90 and DD. RGB value is (171,144,221). Sum of RGB (Red+Green+Blue) = 171+144+221=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DD is #546F22. Grayscale: #A0A0A0. Windows color (decimal): -5533475 or 14520491. OLE color: 14520491.

HSL color Cylindrical-coordinate representation of color #AB90DD: hue angle of 261.04º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB90DD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 144 221 -
CMYK 0.23 0.35 0 0.13
HSL 261.04º 0.53% 0.72% -
HSV(B) 261.04º 0.35% 0.87% -
XYZ 39.82 33.82 72.84 -
YUV 160.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 171 144 221 0.23 0.35 0 0.13 261.04 0.53 0.72
Hex AB 90 DD 17 23 0 D 105 35 48
Octal 253 220 335 27 43 0 15 405 65 110
Binary 10101011 10010000 11011101 10111 100011 0 1101 100000101 110101 1001000

Color Harmonies of #AB90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90DD

Black with #AB90DD

Text Example


Text Example

White with #AB90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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