Html Css Color HEX #AB9CDD Biloba Flower

📋 copy color: '#AB9CDD'

red 171 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #AB9CDD

Tints of Biloba Flower #AB9CDD

RGB

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

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

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

R = 31.2%
G = 28.47%
B = 40.33%

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

#AB9CDD (or 0xAB9CDD) is known color: Biloba Flower. HEX triplet: AB, 9C and DD. RGB value is (171,156,221). Sum of RGB (Red+Green+Blue) = 171+156+221=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDD is #546322. Grayscale: #A7A7A7. Windows color (decimal): -5530403 or 14523563. OLE color: 14523563.

HSL color Cylindrical-coordinate representation of color #AB9CDD: hue angle of 253.85º degrees, saturation: 0.49, 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 #AB9CDD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 156 221 -
CMYK 0.23 0.29 0 0.13
HSL 253.85º 0.49% 0.74% -
HSV(B) 253.85º 0.29% 0.87% -
XYZ 41.73 37.66 73.48 -
YUV 167.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 171 156 221 0.23 0.29 0 0.13 253.85 0.49 0.74
Hex AB 9C DD 17 1D 0 D FE 31 4A
Octal 253 234 335 27 35 0 15 376 61 112
Binary 10101011 10011100 11011101 10111 11101 0 1101 11111110 110001 1001010

Color Harmonies of #AB9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CDD

Black with #AB9CDD

Text Example


Text Example

White with #AB9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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