Html Css Color HEX #AC83CC East Side

📋 copy color: '#AC83CC'

red 172 ◦ green 131 ◦ blue 204

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

Shades of East Side #AC83CC

Tints of East Side #AC83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.84%

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

R = 33.93%
G = 25.84%
B = 40.24%

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

#AC83CC (or 0xAC83CC) is known color: East Side. HEX triplet: AC, 83 and CC. RGB value is (172,131,204). Sum of RGB (Red+Green+Blue) = 172+131+204=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83CC is #537C33. Grayscale: #979797. Windows color (decimal): -5471284 or 13403052. OLE color: 13403052.

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

Color convert

RGB 172 131 204 -
CMYK 0.16 0.36 0 0.2
HSL 273.7º 0.42% 0.66% -
HSV(B) 273.7º 0.36% 0.8% -
XYZ 36.03 29.36 60.9 -
YUV 151.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 172 131 204 0.16 0.36 0 0.2 273.7 0.42 0.66
Hex AC 83 CC 10 24 0 14 112 2A 42
Octal 254 203 314 20 44 0 24 422 52 102
Binary 10101100 10000011 11001100 10000 100100 0 10100 100010010 101010 1000010

Color Harmonies of #AC83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83CC

Black with #AC83CC

Text Example


Text Example

White with #AC83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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