#af7af4

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

Shades of Medium Purple #AF7AF4

Tints of Medium Purple #AF7AF4

Color information

#AF7AF4 (or 0xAF7AF4) is unknown color: approx Medium Purple. HEX triplet: AF, 7A and F4. RGB value is (175,122,244). Sum of RGB (Red+Green+Blue) = 175+122+244=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF7AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AF4 is #50850B. Grayscale: #979797. Windows color (decimal): -5276940 or 16022191. OLE color: 16022191.

HSL color Cylindrical-coordinate representation of color #AF7AF4: hue angle of 266.07º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7AF4 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175122244-
CMYK0.280.500.04
HSL266.07º84.72%71.76%-
HSV(B)266.07º50%95.69%-
XYZ40.9729.5689.14-
YUV151.76180.06144.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 244 (95.70% from 255) = 45.10%
R=32.35%
G=22.55%
B=45.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751222440.280.500.04266.0784.7271.76
HexAF7AF41C320410a5548
Octal257172364346204412125110
Binary1010111111110101111010011100110010010010000101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7af4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7af4; }

 p { color: rgb(175,122,244); }

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

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

 a { background-color: rgb(175,122,244); }

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

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

 span { border-color: rgb(175,122,244); }

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