#AF6FEA

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

Shades of Medium Purple #AF6FEA

Tints of Medium Purple #AF6FEA

Color information

#AF6FEA (or 0xAF6FEA) is unknown color: approx Medium Purple. HEX triplet: AF, 6F and EA. RGB value is (175,111,234). Sum of RGB (Red+Green+Blue) = 175+111+234=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FEA is #509015. Grayscale: #8F8F8F. Windows color (decimal): -5279766 or 15364015. OLE color: 15364015.

HSL color Cylindrical-coordinate representation of color #AF6FEA: hue angle of 271.22º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6FEA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175111234-
CMYK0.250.5300.08
HSL271.22º74.55%67.65%-
HSV(B)271.22º52.56%91.76%-
XYZ38.2126.4280.93-
YUV144.16178.7150-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 234 (91.80% from 255) = 45%
R=33.65%
G=21.35%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751112340.250.5300.08271.2274.5567.65
HexAF6FEA19350810f4b44
Octal2571573523165010417113104
Binary10101111110111111101010110011101010100010000111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FEA; }

 p { color: rgb(175,111,234); }

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

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

 a { background-color: rgb(175,111,234); }

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

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

 span { border-color: rgb(175,111,234); }

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