#AF7BF2

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

Shades of Medium Purple #AF7BF2

Tints of Medium Purple #AF7BF2

Color information

#AF7BF2 (or 0xAF7BF2) is unknown color: approx Medium Purple. HEX triplet: AF, 7B and F2. RGB value is (175,123,242). Sum of RGB (Red+Green+Blue) = 175+123+242=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF7BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BF2 is #50840D. Grayscale: #979797. Windows color (decimal): -5276686 or 15891375. OLE color: 15891375.

HSL color Cylindrical-coordinate representation of color #AF7BF2: hue angle of 266.22º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7BF2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175123242-
CMYK0.280.4900.05
HSL266.22º82.07%71.57%-
HSV(B)266.22º49.17%94.9%-
XYZ40.7929.6987.59-
YUV152.11178.73144.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 242 (94.92% from 255) = 44.81%
R=32.41%
G=22.78%
B=44.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751232420.280.4900.05266.2282.0771.57
HexAF7BF21C310510a5248
Octal257173362346105412122110
Binary1010111111110111111001011100110001010110000101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BF2; }

 p { color: rgb(175,123,242); }

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

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

 a { background-color: rgb(175,123,242); }

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

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

 span { border-color: rgb(175,123,242); }

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