#AF83CC

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

Shades of East Side #AF83CC

Tints of East Side #AF83CC

Color information

#AF83CC (or 0xAF83CC) is unknown color: approx East Side. HEX triplet: AF, 83 and CC. RGB value is (175,131,204). Sum of RGB (Red+Green+Blue) = 175+131+204=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83CC is #507C33. Grayscale: #989898. Windows color (decimal): -5274676 or 13403055. OLE color: 13403055.

HSL color Cylindrical-coordinate representation of color #AF83CC: hue angle of 276.16º 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 #AF83CC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175131204-
CMYK0.140.3600.2
HSL276.16º41.71%65.69%-
HSV(B)276.16º35.78%80%-
XYZ36.6929.7160.93-
YUV152.48157.08144.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 204 (80.08% from 255) = 40%
R=34.31%
G=25.69%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751312040.140.3600.2276.1641.7165.69
HexAF83CCE240141142a42
Octal257203314164402442452102
Binary10101111100000111100110011101001000101001000101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83CC; }

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

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

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

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

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

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

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

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