#AF7BCD

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

Shades of East Side #AF7BCD

Tints of East Side #AF7BCD

Color information

#AF7BCD (or 0xAF7BCD) is unknown color: approx East Side. HEX triplet: AF, 7B and CD. RGB value is (175,123,205). Sum of RGB (Red+Green+Blue) = 175+123+205=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BCD is #508432. Grayscale: #939393. Windows color (decimal): -5276723 or 13466543. OLE color: 13466543.

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

Color convert

RGB175123205-
CMYK0.150.400.20
HSL278.05º45.05%64.31%-
HSV(B)278.05º40%80.39%-
XYZ35.7827.6961.22-
YUV147.9160.23147.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=34.79%
G=24.45%
B=40.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751232050.150.400.20278.0545.0564.31
HexAF7BCDF280141162d40
Octal257173315175002442655100
Binary1010111111110111100110111111010000101001000101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BCD; }

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

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

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

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

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

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

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

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