Html Css Color HEX #AF6EEF Medium Purple

📋 copy color: '#AF6EEF'

red 175 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #AF6EEF

Tints of Medium Purple #AF6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 33.4%
G = 20.99%
B = 45.61%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF6EEF (or 0xAF6EEF) is known color: Medium Purple. HEX triplet: AF, 6E and EF. RGB value is (175,110,239). Sum of RGB (Red+Green+Blue) = 175+110+239=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF6EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EEF is #509110. Grayscale: #8F8F8F. Windows color (decimal): -5280017 or 15691439. OLE color: 15691439.

HSL color Cylindrical-coordinate representation of color #AF6EEF: hue angle of 270.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6EEF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 110 239 -
CMYK 0.27 0.54 0 0.06
HSL 270.23º 0.8% 0.68% -
HSV(B) 270.23º 0.54% 0.94% -
XYZ 38.84 26.5 84.73 -
YUV 144.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 175 110 239 0.27 0.54 0 0.06 270.23 0.8 0.68
Hex AF 6E EF 1B 36 0 6 10E 50 44
Octal 257 156 357 33 66 0 6 416 120 104
Binary 10101111 1101110 11101111 11011 110110 0 110 100001110 1010000 1000100

Color Harmonies of #AF6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EEF

Black with #AF6EEF

Text Example


Text Example

White with #AF6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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