Html Css Color HEX #AF6EEE Medium Purple

📋 copy color: '#AF6EEE'

red 175 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #AF6EEE

Tints of Medium Purple #AF6EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 33.46%
G = 21.03%
B = 45.51%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF6EEE (or 0xAF6EEE) is known color: Medium Purple. HEX triplet: AF, 6E and EE. RGB value is (175,110,238). Sum of RGB (Red+Green+Blue) = 175+110+238=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF6EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EEE is #509111. Grayscale: #8F8F8F. Windows color (decimal): -5280018 or 15625903. OLE color: 15625903.

HSL color Cylindrical-coordinate representation of color #AF6EEE: hue angle of 270.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6EEE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 110 238 -
CMYK 0.26 0.54 0 0.07
HSL 270.47º 0.79% 0.68% -
HSV(B) 270.47º 0.54% 0.93% -
XYZ 38.69 26.44 83.95 -
YUV 144.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 175 110 238 0.26 0.54 0 0.07 270.47 0.79 0.68
Hex AF 6E EE 1A 36 0 7 10E 4F 44
Octal 257 156 356 32 66 0 7 416 117 104
Binary 10101111 1101110 11101110 11010 110110 0 111 100001110 1001111 1000100

Color Harmonies of #AF6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EEE

Black with #AF6EEE

Text Example


Text Example

White with #AF6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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