Html Css Color HEX #AC82C1 East Side

📋 copy color: '#AC82C1'

red 172 ◦ green 130 ◦ blue 193

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

Shades of East Side #AC82C1

Tints of East Side #AC82C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 34.75%
G = 26.26%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC82C1 (or 0xAC82C1) is known color: East Side. HEX triplet: AC, 82 and C1. RGB value is (172,130,193). Sum of RGB (Red+Green+Blue) = 172+130+193=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82C1 is #537D3E. Grayscale: #959595. Windows color (decimal): -5471551 or 12681900. OLE color: 12681900.

HSL color Cylindrical-coordinate representation of color #AC82C1: hue angle of 280º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC82C1 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 130 193 -
CMYK 0.11 0.33 0 0.24
HSL 280º 0.34% 0.63% -
HSV(B) 280º 0.33% 0.76% -
XYZ 34.62 28.59 54.15 -
YUV 149.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 172 130 193 0.11 0.33 0 0.24 280 0.34 0.63
Hex AC 82 C1 B 21 0 18 118 22 3F
Octal 254 202 301 13 41 0 30 430 42 77
Binary 10101100 10000010 11000001 1011 100001 0 11000 100011000 100010 111111

Color Harmonies of #AC82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82C1

Black with #AC82C1

Text Example


Text Example

White with #AC82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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