Html Css Color HEX #AB8DD5 Biloba Flower

📋 copy color: '#AB8DD5'

red 171 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #AB8DD5

Tints of Biloba Flower #AB8DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 32.57%
G = 26.86%
B = 40.57%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB8DD5 (or 0xAB8DD5) is known color: Biloba Flower. HEX triplet: AB, 8D and D5. RGB value is (171,141,213). Sum of RGB (Red+Green+Blue) = 171+141+213=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD5 is #54722A. Grayscale: #9D9D9D. Windows color (decimal): -5534251 or 13995435. OLE color: 13995435.

HSL color Cylindrical-coordinate representation of color #AB8DD5: hue angle of 265º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8DD5 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 141 213 -
CMYK 0.20 0.34 0 0.16
HSL 265º 0.46% 0.69% -
HSV(B) 265º 0.34% 0.84% -
XYZ 38.33 32.51 67.21 -
YUV 158.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 171 141 213 0.20 0.34 0 0.16 265 0.46 0.69
Hex AB 8D D5 14 22 0 10 109 2E 45
Octal 253 215 325 24 42 0 20 411 56 105
Binary 10101011 10001101 11010101 10100 100010 0 10000 100001001 101110 1000101

Color Harmonies of #AB8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DD5

Black with #AB8DD5

Text Example


Text Example

White with #AB8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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