Html Css Color HEX #AC84DC Biloba Flower

📋 copy color: '#AC84DC'

red 172 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #AC84DC

Tints of Biloba Flower #AC84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.19%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 32.82%
G = 25.19%
B = 41.98%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC84DC (or 0xAC84DC) is known color: Biloba Flower. HEX triplet: AC, 84 and DC. RGB value is (172,132,220). Sum of RGB (Red+Green+Blue) = 172+132+220=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84DC is #537B23. Grayscale: #999999. Windows color (decimal): -5471012 or 14451884. OLE color: 14451884.

HSL color Cylindrical-coordinate representation of color #AC84DC: hue angle of 267.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC84DC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 132 220 -
CMYK 0.22 0.40 0 0.14
HSL 267.27º 0.56% 0.69% -
HSV(B) 267.27º 0.4% 0.86% -
XYZ 38.18 30.44 71.57 -
YUV 153.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 172 132 220 0.22 0.40 0 0.14 267.27 0.56 0.69
Hex AC 84 DC 16 28 0 E 10B 38 45
Octal 254 204 334 26 50 0 16 413 70 105
Binary 10101100 10000100 11011100 10110 101000 0 1110 100001011 111000 1000101

Color Harmonies of #AC84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84DC

Black with #AC84DC

Text Example


Text Example

White with #AC84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84DC; }

 p { color: rgb(172,132,220); }

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

background-color css

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

 a { background-color: rgb(172,132,220); }

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

border-color css

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

 span { border-color: rgb(172,132,220); }

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