Html Css Color HEX #AF6AEE Medium Purple

📋 copy color: '#AF6AEE'

red 175 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #AF6AEE

Tints of Medium Purple #AF6AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 33.72%
G = 20.42%
B = 45.86%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF6AEE (or 0xAF6AEE) is known color: Medium Purple. HEX triplet: AF, 6A and EE. RGB value is (175,106,238). Sum of RGB (Red+Green+Blue) = 175+106+238=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF6AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AEE is #509511. Grayscale: #8D8D8D. Windows color (decimal): -5281042 or 15624879. OLE color: 15624879.

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

Color convert

RGB 175 106 238 -
CMYK 0.26 0.55 0 0.07
HSL 271.36º 0.8% 0.67% -
HSV(B) 271.36º 0.55% 0.93% -
XYZ 38.27 25.6 83.81 -
YUV 141.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 175 106 238 0.26 0.55 0 0.07 271.36 0.8 0.67
Hex AF 6A EE 1A 37 0 7 10F 50 43
Octal 257 152 356 32 67 0 7 417 120 103
Binary 10101111 1101010 11101110 11010 110111 0 111 100001111 1010000 1000011

Color Harmonies of #AF6AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AEE

Black with #AF6AEE

Text Example


Text Example

White with #AF6AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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