#AF75CD

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

Shades of East Side #AF75CD

Tints of East Side #AF75CD

Color information

#AF75CD (or 0xAF75CD) is unknown color: approx East Side. HEX triplet: AF, 75 and CD. RGB value is (175,117,205). Sum of RGB (Red+Green+Blue) = 175+117+205=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75CD is #508A32. Grayscale: #909090. Windows color (decimal): -5278259 or 13465007. OLE color: 13465007.

HSL color Cylindrical-coordinate representation of color #AF75CD: hue angle of 279.55º degrees, saturation: 0.47, 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 #AF75CD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175117205-
CMYK0.150.4300.20
HSL279.55º46.81%63.14%-
HSV(B)279.55º42.93%80.39%-
XYZ35.0626.2460.98-
YUV144.37162.22149.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=35.21%
G=23.54%
B=41.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751172050.150.4300.20279.5546.8163.14
HexAF75CDF2B0141182f3f
Octal25716531517530244305777
Binary101011111110101110011011111101011010100100011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75CD; }

 p { color: rgb(175,117,205); }

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

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

 a { background-color: rgb(175,117,205); }

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

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

 span { border-color: rgb(175,117,205); }

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