Html Css Color HEX #AC81D9 Biloba Flower

📋 copy color: '#AC81D9'

red 172 ◦ green 129 ◦ blue 217

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

Shades of Biloba Flower #AC81D9

Tints of Biloba Flower #AC81D9

RGB

 RED value IS 172 (67.58% from 255) = 33.2%

 GREEN value IS 129 (50.78% from 255) = 24.9%

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 33.2%
G = 24.9%
B = 41.89%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC81D9 (or 0xAC81D9) is known color: Biloba Flower. HEX triplet: AC, 81 and D9. RGB value is (172,129,217). Sum of RGB (Red+Green+Blue) = 172+129+217=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC81D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81D9 is #537E26. Grayscale: #979797. Windows color (decimal): -5471783 or 14254508. OLE color: 14254508.

HSL color Cylindrical-coordinate representation of color #AC81D9: hue angle of 269.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC81D9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 129 217 -
CMYK 0.21 0.41 0 0.15
HSL 269.32º 0.54% 0.68% -
HSV(B) 269.32º 0.41% 0.85% -
XYZ 37.39 29.48 69.37 -
YUV 151.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 172 129 217 0.21 0.41 0 0.15 269.32 0.54 0.68
Hex AC 81 D9 15 29 0 F 10D 36 44
Octal 254 201 331 25 51 0 17 415 66 104
Binary 10101100 10000001 11011001 10101 101001 0 1111 100001101 110110 1000100

Color Harmonies of #AC81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81D9

Black with #AC81D9

Text Example


Text Example

White with #AC81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81D9; }

 p { color: rgb(172,129,217); }

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

background-color css

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

 a { background-color: rgb(172,129,217); }

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

border-color css

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

 span { border-color: rgb(172,129,217); }

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