#AC83CD

Color #AC83CD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC83CD

Tints of East Side #AC83CD

Color information

#AC83CD (or 0xAC83CD) is unknown color: approx East Side. HEX triplet: AC, 83 and CD. RGB value is (172,131,205). Sum of RGB (Red+Green+Blue) = 172+131+205=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83CD is #537C32. Grayscale: #979797. Windows color (decimal): -5471283 or 13468588. OLE color: 13468588.

HSL color Cylindrical-coordinate representation of color #AC83CD: hue angle of 273.24º degrees, saturation: 0.43, 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 #AC83CD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172131205-
CMYK0.160.3600.20
HSL273.24º42.53%65.88%-
HSV(B)273.24º36.1%80.39%-
XYZ36.1529.4161.53-
YUV151.7158.08142.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=33.86%
G=25.79%
B=40.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721312050.160.3600.20273.2442.5365.88
HexAC83CD10240141112b42
Octal254203315204402442153102
Binary101011001000001111001101100001001000101001000100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83CD; }

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

 H1.HeaderClassName
 {
   color: #AC83CD;
 }
 .AnyTagClassName
 {
   color: #AC83CD;
 }
</style>
background-color css

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

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

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

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

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

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