#AF74CC

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

Shades of East Side #AF74CC

Tints of East Side #AF74CC

Color information

#AF74CC (or 0xAF74CC) is unknown color: approx East Side. HEX triplet: AF, 74 and CC. RGB value is (175,116,204). Sum of RGB (Red+Green+Blue) = 175+116+204=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CC is #508B33. Grayscale: #8F8F8F. Windows color (decimal): -5278516 or 13399215. OLE color: 13399215.

HSL color Cylindrical-coordinate representation of color #AF74CC: hue angle of 280.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF74CC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175116204-
CMYK0.140.4300.2
HSL280.23º46.32%62.75%-
HSV(B)280.23º43.14%80%-
XYZ34.8225.9660.3-
YUV143.67162.05150.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=35.35%
G=23.43%
B=41.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751162040.140.4300.2280.2346.3262.75
HexAF74CCE2B0141182e3f
Octal25716431416530244305677
Binary101011111110100110011001110101011010100100011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74CC; }

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

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

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

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

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

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

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

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