#AF83CA

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

Shades of East Side #AF83CA

Tints of East Side #AF83CA

Color information

#AF83CA (or 0xAF83CA) is unknown color: approx East Side. HEX triplet: AF, 83 and CA. RGB value is (175,131,202). Sum of RGB (Red+Green+Blue) = 175+131+202=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83CA is #507C35. Grayscale: #989898. Windows color (decimal): -5274678 or 13271983. OLE color: 13271983.

HSL color Cylindrical-coordinate representation of color #AF83CA: hue angle of 277.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF83CA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175131202-
CMYK0.130.3500.21
HSL277.18º40.11%65.29%-
HSV(B)277.18º35.15%79.22%-
XYZ36.4629.6159.67-
YUV152.25156.08144.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=34.45%
G=25.79%
B=39.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751312020.130.3500.21277.1840.1165.29
HexAF83CAD230151152841
Octal257203312154302542550101
Binary10101111100000111100101011011000110101011000101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83CA; }

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

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

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

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

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

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

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

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