#AF6CF2

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

Shades of Medium Purple #AF6CF2

Tints of Medium Purple #AF6CF2

Color information

#AF6CF2 (or 0xAF6CF2) is unknown color: approx Medium Purple. HEX triplet: AF, 6C and F2. RGB value is (175,108,242). Sum of RGB (Red+Green+Blue) = 175+108+242=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF6CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CF2 is #50930D. Grayscale: #8E8E8E. Windows color (decimal): -5280526 or 15887535. OLE color: 15887535.

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

Color convert

RGB175108242-
CMYK0.280.5500.05
HSL270º83.75%68.63%-
HSV(B)270º55.37%94.9%-
XYZ39.0726.2587.01-
YUV143.31183.7150.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 242 (94.92% from 255) = 46.10%
R=33.33%
G=20.57%
B=46.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751082420.280.5500.0527083.7568.63
HexAF6CF21C370510e5445
Octal257154362346705416124105
Binary1010111111011001111001011100110111010110000111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CF2; }

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

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

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

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

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

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

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

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