#AF7FCA

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

Shades of East Side #AF7FCA

Tints of East Side #AF7FCA

Color information

#AF7FCA (or 0xAF7FCA) is unknown color: approx East Side. HEX triplet: AF, 7F and CA. RGB value is (175,127,202). Sum of RGB (Red+Green+Blue) = 175+127+202=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FCA is #508035. Grayscale: #959595. Windows color (decimal): -5275702 or 13270959. OLE color: 13270959.

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

Color convert

RGB175127202-
CMYK0.130.3700.21
HSL278.4º41.44%64.51%-
HSV(B)278.4º37.13%79.22%-
XYZ35.9328.5659.5-
YUV149.9157.4145.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=34.72%
G=25.20%
B=40.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751272020.130.3700.21278.441.4464.51
HexAF7FCAD250151162941
Octal257177312154502542651101
Binary1010111111111111100101011011001010101011000101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FCA; }

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

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

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

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

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

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

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

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