#AF7FCF

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

Shades of East Side #AF7FCF

Tints of East Side #AF7FCF

Color information

#AF7FCF (or 0xAF7FCF) is unknown color: approx East Side. HEX triplet: AF, 7F and CF. RGB value is (175,127,207). Sum of RGB (Red+Green+Blue) = 175+127+207=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FCF is #508030. Grayscale: #969696. Windows color (decimal): -5275697 or 13598639. OLE color: 13598639.

HSL color Cylindrical-coordinate representation of color #AF7FCF: hue angle of 276º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7FCF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175127207-
CMYK0.150.3900.19
HSL276º45.45%65.49%-
HSV(B)276º38.65%81.18%-
XYZ36.5328.862.66-
YUV150.47159.9145.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=34.38%
G=24.95%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751272070.150.3900.1927645.4565.49
HexAF7FCFF270131142d41
Octal257177317174702342455101
Binary1010111111111111100111111111001110100111000101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FCF; }

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

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

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

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

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

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

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

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