#AF67EC

Color #AF67EC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AF67EC

Tints of Medium Purple #AF67EC

Color information

#AF67EC (or 0xAF67EC) is unknown color: approx Medium Purple. HEX triplet: AF, 67 and EC. RGB value is (175,103,236). Sum of RGB (Red+Green+Blue) = 175+103+236=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF67EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67EC is #509813. Grayscale: #8B8B8B. Windows color (decimal): -5281812 or 15493039. OLE color: 15493039.

HSL color Cylindrical-coordinate representation of color #AF67EC: hue angle of 272.48º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF67EC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175103236-
CMYK0.260.5600.07
HSL272.48º77.78%66.47%-
HSV(B)272.48º56.36%92.55%-
XYZ37.6724.8782.17-
YUV139.69182.35153.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 103 (40.62% from 255) = 20.04%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=34.05%
G=20.04%
B=45.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751032360.260.5600.07272.4877.7866.47
HexAF67EC1A38071104e42
Octal257147354327007420116102
Binary1010111111001111110110011010111000011110001000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67EC; }

 p { color: rgb(175,103,236); }

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

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

 a { background-color: rgb(175,103,236); }

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

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

 span { border-color: rgb(175,103,236); }

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