Html Css Color HEX #AC81DB Biloba Flower

📋 copy color: '#AC81DB'

red 172 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #AC81DB

Tints of Biloba Flower #AC81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 33.08%
G = 24.81%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC81DB (or 0xAC81DB) is known color: Biloba Flower. HEX triplet: AC, 81 and DB. RGB value is (172,129,219). Sum of RGB (Red+Green+Blue) = 172+129+219=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DB is #537E24. Grayscale: #979797. Windows color (decimal): -5471781 or 14385580. OLE color: 14385580.

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

Color convert

RGB 172 129 219 -
CMYK 0.21 0.41 0 0.14
HSL 268.67º 0.56% 0.68% -
HSV(B) 268.67º 0.41% 0.86% -
XYZ 37.65 29.59 70.74 -
YUV 152.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 172 129 219 0.21 0.41 0 0.14 268.67 0.56 0.68
Hex AC 81 DB 15 29 0 E 10D 38 44
Octal 254 201 333 25 51 0 16 415 70 104
Binary 10101100 10000001 11011011 10101 101001 0 1110 100001101 111000 1000100

Color Harmonies of #AC81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81DB

Black with #AC81DB

Text Example


Text Example

White with #AC81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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