Html Css Color HEX #AC82CC East Side

📋 copy color: '#AC82CC'

red 172 ◦ green 130 ◦ blue 204

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

Shades of East Side #AC82CC

Tints of East Side #AC82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 33.99%
G = 25.69%
B = 40.32%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC82CC (or 0xAC82CC) is known color: East Side. HEX triplet: AC, 82 and CC. RGB value is (172,130,204). Sum of RGB (Red+Green+Blue) = 172+130+204=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82CC is #537D33. Grayscale: #969696. Windows color (decimal): -5471540 or 13402796. OLE color: 13402796.

HSL color Cylindrical-coordinate representation of color #AC82CC: hue angle of 274.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC82CC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 130 204 -
CMYK 0.16 0.36 0 0.2
HSL 274.05º 0.42% 0.65% -
HSV(B) 274.05º 0.36% 0.8% -
XYZ 35.89 29.1 60.85 -
YUV 150.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 172 130 204 0.16 0.36 0 0.2 274.05 0.42 0.65
Hex AC 82 CC 10 24 0 14 112 2A 41
Octal 254 202 314 20 44 0 24 422 52 101
Binary 10101100 10000010 11001100 10000 100100 0 10100 100010010 101010 1000001

Color Harmonies of #AC82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82CC

Black with #AC82CC

Text Example


Text Example

White with #AC82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82CC; }

 p { color: rgb(172,130,204); }

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

background-color css

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

 a { background-color: rgb(172,130,204); }

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

border-color css

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

 span { border-color: rgb(172,130,204); }

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