Html Css Color HEX #AF6EF9 Medium Purple

📋 copy color: '#AF6EF9'

red 175 ◦ green 110 ◦ blue 249

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

Shades of Medium Purple #AF6EF9

Tints of Medium Purple #AF6EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 32.77%
G = 20.6%
B = 46.63%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF6EF9 (or 0xAF6EF9) is known color: Medium Purple. HEX triplet: AF, 6E and F9. RGB value is (175,110,249). Sum of RGB (Red+Green+Blue) = 175+110+249=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF6EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EF9 is #509106. Grayscale: #909090. Windows color (decimal): -5280007 or 16346799. OLE color: 16346799.

HSL color Cylindrical-coordinate representation of color #AF6EF9: hue angle of 268.06º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6EF9 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 110 249 -
CMYK 0.30 0.56 0 0.02
HSL 268.06º 0.92% 0.7% -
HSV(B) 268.06º 0.56% 0.98% -
XYZ 40.35 27.11 92.73 -
YUV 145.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 175 110 249 0.30 0.56 0 0.02 268.06 0.92 0.7
Hex AF 6E F9 1E 38 0 2 10C 5C 46
Octal 257 156 371 36 70 0 2 414 134 106
Binary 10101111 1101110 11111001 11110 111000 0 10 100001100 1011100 1000110

Color Harmonies of #AF6EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EF9

Black with #AF6EF9

Text Example


Text Example

White with #AF6EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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