Html Css Color HEX #AF6EFE Medium Purple

📋 copy color: '#AF6EFE'

red 175 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #AF6EFE

Tints of Medium Purple #AF6EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 32.47%
G = 20.41%
B = 47.12%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF6EFE (or 0xAF6EFE) is known color: Medium Purple. HEX triplet: AF, 6E and FE. RGB value is (175,110,254). Sum of RGB (Red+Green+Blue) = 175+110+254=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EFE is #509101. Grayscale: #919191. Windows color (decimal): -5280002 or 16674479. OLE color: 16674479.

HSL color Cylindrical-coordinate representation of color #AF6EFE: hue angle of 267.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6EFE is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 110 254 -
CMYK 0.31 0.57 0 0.00
HSL 267.08º 0.99% 0.71% -
HSV(B) 267.08º 0.57% 1% -
XYZ 41.14 27.42 96.89 -
YUV 145.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 175 110 254 0.31 0.57 0 0.00 267.08 0.99 0.71
Hex AF 6E FE 1F 39 0 0 10B 63 47
Octal 257 156 376 37 71 0 0 413 143 107
Binary 10101111 1101110 11111110 11111 111001 0 0 100001011 1100011 1000111

Color Harmonies of #AF6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EFE

Black with #AF6EFE

Text Example


Text Example

White with #AF6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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