#AF75CB

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

Shades of East Side #AF75CB

Tints of East Side #AF75CB

Color information

#AF75CB (or 0xAF75CB) is unknown color: approx East Side. HEX triplet: AF, 75 and CB. RGB value is (175,117,203). Sum of RGB (Red+Green+Blue) = 175+117+203=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75CB is #508A34. Grayscale: #8F8F8F. Windows color (decimal): -5278261 or 13333935. OLE color: 13333935.

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

Color convert

RGB175117203-
CMYK0.140.4200.20
HSL280.47º45.26%62.75%-
HSV(B)280.47º42.36%79.61%-
XYZ34.8226.1559.71-
YUV144.15161.22150.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=35.35%
G=23.64%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751172030.140.4200.20280.4745.2662.75
HexAF75CBE2A0141182d3f
Octal25716531316520244305577
Binary101011111110101110010111110101010010100100011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75CB; }

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

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

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

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

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

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

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

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