Html Css Color HEX #AB8DDC Biloba Flower

📋 copy color: '#AB8DDC'

red 171 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #AB8DDC

Tints of Biloba Flower #AB8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.5%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 32.14%
G = 26.5%
B = 41.35%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB8DDC (or 0xAB8DDC) is known color: Biloba Flower. HEX triplet: AB, 8D and DC. RGB value is (171,141,220). Sum of RGB (Red+Green+Blue) = 171+141+220=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDC is #547223. Grayscale: #9E9E9E. Windows color (decimal): -5534244 or 14454187. OLE color: 14454187.

HSL color Cylindrical-coordinate representation of color #AB8DDC: hue angle of 262.78º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8DDC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 141 220 -
CMYK 0.22 0.36 0 0.14
HSL 262.78º 0.53% 0.71% -
HSV(B) 262.78º 0.36% 0.86% -
XYZ 39.24 32.87 71.99 -
YUV 158.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 171 141 220 0.22 0.36 0 0.14 262.78 0.53 0.71
Hex AB 8D DC 16 24 0 E 107 35 47
Octal 253 215 334 26 44 0 16 407 65 107
Binary 10101011 10001101 11011100 10110 100100 0 1110 100000111 110101 1000111

Color Harmonies of #AB8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DDC

Black with #AB8DDC

Text Example


Text Example

White with #AB8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DDC; }

 p { color: rgb(171,141,220); }

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

background-color css

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

 a { background-color: rgb(171,141,220); }

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

border-color css

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

 span { border-color: rgb(171,141,220); }

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