Html Css Color HEX #AF5EFE Medium Purple

📋 copy color: '#AF5EFE'

red 175 ◦ green 94 ◦ blue 254

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

Shades of Medium Purple #AF5EFE

Tints of Medium Purple #AF5EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.97%

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

R = 33.46%
G = 17.97%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF5EFE (or 0xAF5EFE) is known color: Medium Purple. HEX triplet: AF, 5E and FE. RGB value is (175,94,254). Sum of RGB (Red+Green+Blue) = 175+94+254=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EFE is #50A101. Grayscale: #878787. Windows color (decimal): -5284098 or 16670383. OLE color: 16670383.

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

Color convert

RGB 175 94 254 -
CMYK 0.31 0.63 0 0.00
HSL 270.38º 0.99% 0.68% -
HSV(B) 270.38º 0.63% 1% -
XYZ 39.57 24.28 96.37 -
YUV 136.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 175 94 254 0.31 0.63 0 0.00 270.38 0.99 0.68
Hex AF 5E FE 1F 3F 0 0 10E 63 44
Octal 257 136 376 37 77 0 0 416 143 104
Binary 10101111 1011110 11111110 11111 111111 0 0 100001110 1100011 1000100

Color Harmonies of #AF5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EFE

Black with #AF5EFE

Text Example


Text Example

White with #AF5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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