Html Css Color HEX #AB9CCD Biloba Flower

📋 copy color: '#AB9CCD'

red 171 ◦ green 156 ◦ blue 205

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

Shades of Biloba Flower #AB9CCD

Tints of Biloba Flower #AB9CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 32.14%
G = 29.32%
B = 38.53%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB9CCD (or 0xAB9CCD) is known color: Biloba Flower. HEX triplet: AB, 9C and CD. RGB value is (171,156,205). Sum of RGB (Red+Green+Blue) = 171+156+205=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCD is #546332. Grayscale: #A5A5A5. Windows color (decimal): -5530419 or 13474987. OLE color: 13474987.

HSL color Cylindrical-coordinate representation of color #AB9CCD: hue angle of 258.37º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9CCD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 156 205 -
CMYK 0.17 0.24 0 0.20
HSL 258.37º 0.33% 0.71% -
HSV(B) 258.37º 0.24% 0.8% -
XYZ 39.7 36.84 62.78 -
YUV 166.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 171 156 205 0.17 0.24 0 0.20 258.37 0.33 0.71
Hex AB 9C CD 11 18 0 14 102 21 47
Octal 253 234 315 21 30 0 24 402 41 107
Binary 10101011 10011100 11001101 10001 11000 0 10100 100000010 100001 1000111

Color Harmonies of #AB9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CCD

Black with #AB9CCD

Text Example


Text Example

White with #AB9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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