Html Css Color HEX #AF6EF2 Medium Purple

📋 copy color: '#AF6EF2'

red 175 ◦ green 110 ◦ blue 242

#AF6EF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AF6EF2

Tints of Medium Purple #AF6EF2

RGB

 RED value IS 175 (68.75% from 255) = 33.21%

 GREEN value IS 110 (43.36% from 255) = 20.87%

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 33.21%
G = 20.87%
B = 45.92%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF6EF2 (or 0xAF6EF2) is known color: Medium Purple. HEX triplet: AF, 6E and F2. RGB value is (175,110,242). Sum of RGB (Red+Green+Blue) = 175+110+242=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF6EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EF2 is #50910D. Grayscale: #909090. Windows color (decimal): -5280014 or 15888047. OLE color: 15888047.

HSL color Cylindrical-coordinate representation of color #AF6EF2: hue angle of 269.55º 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 #AF6EF2 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 110 242 -
CMYK 0.28 0.55 0 0.05
HSL 269.55º 0.84% 0.69% -
HSV(B) 269.55º 0.55% 0.95% -
XYZ 39.28 26.68 87.08 -
YUV 144.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 175 110 242 0.28 0.55 0 0.05 269.55 0.84 0.69
Hex AF 6E F2 1C 37 0 5 10E 54 45
Octal 257 156 362 34 67 0 5 416 124 105
Binary 10101111 1101110 11110010 11100 110111 0 101 100001110 1010100 1000101

Color Harmonies of #AF6EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EF2

Black with #AF6EF2

Text Example


Text Example

White with #AF6EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EF2; }

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

 H1.HeaderClassName
 {
   color: #AF6EF2;
 }
 .AnyTagClassName
 {
   color: #AF6EF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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