Html Css Color HEX #AB9EDE Biloba Flower

📋 copy color: '#AB9EDE'

red 171 ◦ green 158 ◦ blue 222

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

Shades of Biloba Flower #AB9EDE

Tints of Biloba Flower #AB9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 31.03%
G = 28.68%
B = 40.29%

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

#AB9EDE (or 0xAB9EDE) is known color: Biloba Flower. HEX triplet: AB, 9E and DE. RGB value is (171,158,222). Sum of RGB (Red+Green+Blue) = 171+158+222=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDE is #546121. Grayscale: #A8A8A8. Windows color (decimal): -5529890 or 14589611. OLE color: 14589611.

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

Color convert

RGB 171 158 222 -
CMYK 0.23 0.29 0 0.13
HSL 252.19º 0.49% 0.75% -
HSV(B) 252.19º 0.29% 0.87% -
XYZ 42.21 38.39 74.29 -
YUV 169.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 171 158 222 0.23 0.29 0 0.13 252.19 0.49 0.75
Hex AB 9E DE 17 1D 0 D FC 31 4B
Octal 253 236 336 27 35 0 15 374 61 113
Binary 10101011 10011110 11011110 10111 11101 0 1101 11111100 110001 1001011

Color Harmonies of #AB9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EDE

Black with #AB9EDE

Text Example


Text Example

White with #AB9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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