Html Css Color HEX #AB9ADE Biloba Flower

📋 copy color: '#AB9ADE'

red 171 ◦ green 154 ◦ blue 222

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

Shades of Biloba Flower #AB9ADE

Tints of Biloba Flower #AB9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

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

R = 31.26%
G = 28.15%
B = 40.59%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9ADE (or 0xAB9ADE) is known color: Biloba Flower. HEX triplet: AB, 9A and DE. RGB value is (171,154,222). Sum of RGB (Red+Green+Blue) = 171+154+222=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADE is #546521. Grayscale: #A6A6A6. Windows color (decimal): -5530914 or 14588587. OLE color: 14588587.

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

Color convert

RGB 171 154 222 -
CMYK 0.23 0.31 0 0.13
HSL 255º 0.51% 0.74% -
HSV(B) 255º 0.31% 0.87% -
XYZ 41.54 37.04 74.07 -
YUV 166.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 171 154 222 0.23 0.31 0 0.13 255 0.51 0.74
Hex AB 9A DE 17 1F 0 D FF 33 4A
Octal 253 232 336 27 37 0 15 377 63 112
Binary 10101011 10011010 11011110 10111 11111 0 1101 11111111 110011 1001010

Color Harmonies of #AB9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ADE

Black with #AB9ADE

Text Example


Text Example

White with #AB9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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