#AF83CB

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

Shades of East Side #AF83CB

Tints of East Side #AF83CB

Color information

#AF83CB (or 0xAF83CB) is unknown color: approx East Side. HEX triplet: AF, 83 and CB. RGB value is (175,131,203). Sum of RGB (Red+Green+Blue) = 175+131+203=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83CB is #507C34. Grayscale: #989898. Windows color (decimal): -5274677 or 13337519. OLE color: 13337519.

HSL color Cylindrical-coordinate representation of color #AF83CB: hue angle of 276.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF83CB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175131203-
CMYK0.140.3500.20
HSL276.67º40.91%65.49%-
HSV(B)276.67º35.47%79.61%-
XYZ36.5729.6660.3-
YUV152.36156.58144.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=34.38%
G=25.74%
B=39.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751312030.140.3500.20276.6740.9165.49
HexAF83CBE230141152941
Octal257203313164302442551101
Binary10101111100000111100101111101000110101001000101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83CB; }

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

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

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

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

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

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

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

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