#AF6BEA

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

Shades of Medium Purple #AF6BEA

Tints of Medium Purple #AF6BEA

Color information

#AF6BEA (or 0xAF6BEA) is unknown color: approx Medium Purple. HEX triplet: AF, 6B and EA. RGB value is (175,107,234). Sum of RGB (Red+Green+Blue) = 175+107+234=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BEA is #509415. Grayscale: #8D8D8D. Windows color (decimal): -5280790 or 15362991. OLE color: 15362991.

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

Color convert

RGB175107234-
CMYK0.250.5400.08
HSL272.13º75.15%66.86%-
HSV(B)272.13º54.27%91.76%-
XYZ37.7925.5780.79-
YUV141.81180.03151.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 107 (42.19% from 255) = 20.74%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=33.91%
G=20.74%
B=45.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751072340.250.5400.08272.1375.1566.86
HexAF6BEA1936081104b43
Octal2571533523166010420113103
Binary10101111110101111101010110011101100100010001000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BEA; }

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

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

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

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

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

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

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

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