Html Css Color HEX #AB9EDD Biloba Flower

📋 copy color: '#AB9EDD'

red 171 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #AB9EDD

Tints of Biloba Flower #AB9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

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

R = 31.09%
G = 28.73%
B = 40.18%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9EDD (or 0xAB9EDD) is known color: Biloba Flower. HEX triplet: AB, 9E and DD. RGB value is (171,158,221). Sum of RGB (Red+Green+Blue) = 171+158+221=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDD is #546122. Grayscale: #A8A8A8. Windows color (decimal): -5529891 or 14524075. OLE color: 14524075.

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

Color convert

RGB 171 158 221 -
CMYK 0.23 0.29 0 0.13
HSL 252.38º 0.48% 0.74% -
HSV(B) 252.38º 0.29% 0.87% -
XYZ 42.07 38.33 73.59 -
YUV 169.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 171 158 221 0.23 0.29 0 0.13 252.38 0.48 0.74
Hex AB 9E DD 17 1D 0 D FC 30 4A
Octal 253 236 335 27 35 0 15 374 60 112
Binary 10101011 10011110 11011101 10111 11101 0 1101 11111100 110000 1001010

Color Harmonies of #AB9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EDD

Black with #AB9EDD

Text Example


Text Example

White with #AB9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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