Html Css Color HEX #AC81D8 Biloba Flower

📋 copy color: '#AC81D8'

red 172 ◦ green 129 ◦ blue 216

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

Shades of Biloba Flower #AC81D8

Tints of Biloba Flower #AC81D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 33.27%
G = 24.95%
B = 41.78%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC81D8 (or 0xAC81D8) is known color: Biloba Flower. HEX triplet: AC, 81 and D8. RGB value is (172,129,216). Sum of RGB (Red+Green+Blue) = 172+129+216=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC81D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81D8 is #537E27. Grayscale: #979797. Windows color (decimal): -5471784 or 14188972. OLE color: 14188972.

HSL color Cylindrical-coordinate representation of color #AC81D8: hue angle of 269.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC81D8 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 129 216 -
CMYK 0.20 0.40 0 0.15
HSL 269.66º 0.53% 0.68% -
HSV(B) 269.66º 0.4% 0.85% -
XYZ 37.26 29.43 68.68 -
YUV 151.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 172 129 216 0.20 0.40 0 0.15 269.66 0.53 0.68
Hex AC 81 D8 14 28 0 F 10E 35 44
Octal 254 201 330 24 50 0 17 416 65 104
Binary 10101100 10000001 11011000 10100 101000 0 1111 100001110 110101 1000100

Color Harmonies of #AC81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81D8

Black with #AC81D8

Text Example


Text Example

White with #AC81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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