Html Css Color HEX #AF6FEE Medium Purple

📋 copy color: '#AF6FEE'

red 175 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #AF6FEE

Tints of Medium Purple #AF6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 33.4%
G = 21.18%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF6FEE (or 0xAF6FEE) is known color: Medium Purple. HEX triplet: AF, 6F and EE. RGB value is (175,111,238). Sum of RGB (Red+Green+Blue) = 175+111+238=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF6FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FEE is #509011. Grayscale: #909090. Windows color (decimal): -5279762 or 15626159. OLE color: 15626159.

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

Color convert

RGB 175 111 238 -
CMYK 0.26 0.53 0 0.07
HSL 270.24º 0.79% 0.68% -
HSV(B) 270.24º 0.53% 0.93% -
XYZ 38.8 26.66 83.99 -
YUV 144.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 175 111 238 0.26 0.53 0 0.07 270.24 0.79 0.68
Hex AF 6F EE 1A 35 0 7 10E 4F 44
Octal 257 157 356 32 65 0 7 416 117 104
Binary 10101111 1101111 11101110 11010 110101 0 111 100001110 1001111 1000100

Color Harmonies of #AF6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FEE

Black with #AF6FEE

Text Example


Text Example

White with #AF6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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