Html Css Color HEX #AC84D0 East Side

📋 copy color: '#AC84D0'

red 172 ◦ green 132 ◦ blue 208

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

Shades of East Side #AC84D0

Tints of East Side #AC84D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 33.59%
G = 25.78%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC84D0 (or 0xAC84D0) is known color: East Side. HEX triplet: AC, 84 and D0. RGB value is (172,132,208). Sum of RGB (Red+Green+Blue) = 172+132+208=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC84D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84D0 is #537B2F. Grayscale: #989898. Windows color (decimal): -5471024 or 13665452. OLE color: 13665452.

HSL color Cylindrical-coordinate representation of color #AC84D0: hue angle of 271.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC84D0 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 132 208 -
CMYK 0.17 0.37 0 0.18
HSL 271.58º 0.45% 0.67% -
HSV(B) 271.58º 0.37% 0.82% -
XYZ 36.65 29.83 63.5 -
YUV 152.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 172 132 208 0.17 0.37 0 0.18 271.58 0.45 0.67
Hex AC 84 D0 11 25 0 12 110 2D 43
Octal 254 204 320 21 45 0 22 420 55 103
Binary 10101100 10000100 11010000 10001 100101 0 10010 100010000 101101 1000011

Color Harmonies of #AC84D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84D0

Black with #AC84D0

Text Example


Text Example

White with #AC84D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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