Html Css Color HEX #AB9CDE Biloba Flower

📋 copy color: '#AB9CDE'

red 171 ◦ green 156 ◦ blue 222

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

Shades of Biloba Flower #AB9CDE

Tints of Biloba Flower #AB9CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.42%

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

R = 31.15%
G = 28.42%
B = 40.44%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9CDE (or 0xAB9CDE) is known color: Biloba Flower. HEX triplet: AB, 9C and DE. RGB value is (171,156,222). Sum of RGB (Red+Green+Blue) = 171+156+222=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDE is #546321. Grayscale: #A7A7A7. Windows color (decimal): -5530402 or 14589099. OLE color: 14589099.

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

Color convert

RGB 171 156 222 -
CMYK 0.23 0.30 0 0.13
HSL 253.64º 0.5% 0.74% -
HSV(B) 253.64º 0.3% 0.87% -
XYZ 41.87 37.71 74.18 -
YUV 168.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 171 156 222 0.23 0.30 0 0.13 253.64 0.5 0.74
Hex AB 9C DE 17 1E 0 D FE 32 4A
Octal 253 234 336 27 36 0 15 376 62 112
Binary 10101011 10011100 11011110 10111 11110 0 1101 11111110 110010 1001010

Color Harmonies of #AB9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CDE

Black with #AB9CDE

Text Example


Text Example

White with #AB9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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