Html Css Color HEX #AB8DD0 Biloba Flower

📋 copy color: '#AB8DD0'

red 171 ◦ green 141 ◦ blue 208

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

Shades of Biloba Flower #AB8DD0

Tints of Biloba Flower #AB8DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 32.88%
G = 27.12%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB8DD0 (or 0xAB8DD0) is known color: Biloba Flower. HEX triplet: AB, 8D and D0. RGB value is (171,141,208). Sum of RGB (Red+Green+Blue) = 171+141+208=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD0 is #54722F. Grayscale: #9D9D9D. Windows color (decimal): -5534256 or 13667755. OLE color: 13667755.

HSL color Cylindrical-coordinate representation of color #AB8DD0: hue angle of 266.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8DD0 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 141 208 -
CMYK 0.18 0.32 0 0.18
HSL 266.87º 0.42% 0.68% -
HSV(B) 266.87º 0.32% 0.82% -
XYZ 37.7 32.26 63.91 -
YUV 157.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 171 141 208 0.18 0.32 0 0.18 266.87 0.42 0.68
Hex AB 8D D0 12 20 0 12 10B 2A 44
Octal 253 215 320 22 40 0 22 413 52 104
Binary 10101011 10001101 11010000 10010 100000 0 10010 100001011 101010 1000100

Color Harmonies of #AB8DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DD0

Black with #AB8DD0

Text Example


Text Example

White with #AB8DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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