#AF6DEA

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

Shades of Medium Purple #AF6DEA

Tints of Medium Purple #AF6DEA

Color information

#AF6DEA (or 0xAF6DEA) is unknown color: approx Medium Purple. HEX triplet: AF, 6D and EA. RGB value is (175,109,234). Sum of RGB (Red+Green+Blue) = 175+109+234=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DEA is #509215. Grayscale: #8E8E8E. Windows color (decimal): -5280278 or 15363503. OLE color: 15363503.

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

Color convert

RGB175109234-
CMYK0.250.5300.08
HSL271.68º74.85%67.25%-
HSV(B)271.68º53.42%91.76%-
XYZ3825.9980.86-
YUV142.98179.37150.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=33.78%
G=21.04%
B=45.17%

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
Decimal1751092340.250.5300.08271.6874.8567.25
HexAF6DEA1935081104b43
Octal2571553523165010420113103
Binary10101111110110111101010110011101010100010001000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DEA; }

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

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

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

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

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

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

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

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