Html Css Color HEX #AC81DA Biloba Flower

📋 copy color: '#AC81DA'

red 172 ◦ green 129 ◦ blue 218

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

Shades of Biloba Flower #AC81DA

Tints of Biloba Flower #AC81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 33.14%
G = 24.86%
B = 42%

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

#AC81DA (or 0xAC81DA) is known color: Biloba Flower. HEX triplet: AC, 81 and DA. RGB value is (172,129,218). Sum of RGB (Red+Green+Blue) = 172+129+218=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DA is #537E25. Grayscale: #979797. Windows color (decimal): -5471782 or 14320044. OLE color: 14320044.

HSL color Cylindrical-coordinate representation of color #AC81DA: hue angle of 268.99º degrees, saturation: 0.55, 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 #AC81DA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 129 218 -
CMYK 0.21 0.41 0 0.15
HSL 268.99º 0.55% 0.68% -
HSV(B) 268.99º 0.41% 0.85% -
XYZ 37.52 29.53 70.05 -
YUV 152 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 172 129 218 0.21 0.41 0 0.15 268.99 0.55 0.68
Hex AC 81 DA 15 29 0 F 10D 37 44
Octal 254 201 332 25 51 0 17 415 67 104
Binary 10101100 10000001 11011010 10101 101001 0 1111 100001101 110111 1000100

Color Harmonies of #AC81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81DA

Black with #AC81DA

Text Example


Text Example

White with #AC81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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