Html Css Color HEX #AF5DFE Medium Purple

📋 copy color: '#AF5DFE'

red 175 ◦ green 93 ◦ blue 254

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

Shades of Medium Purple #AF5DFE

Tints of Medium Purple #AF5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.82%

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

R = 33.52%
G = 17.82%
B = 48.66%

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

#AF5DFE (or 0xAF5DFE) is known color: Medium Purple. HEX triplet: AF, 5D and FE. RGB value is (175,93,254). Sum of RGB (Red+Green+Blue) = 175+93+254=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DFE is #50A201. Grayscale: #878787. Windows color (decimal): -5284354 or 16670127. OLE color: 16670127.

HSL color Cylindrical-coordinate representation of color #AF5DFE: hue angle of 270.56º 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 #AF5DFE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 93 254 -
CMYK 0.31 0.63 0 0.00
HSL 270.56º 0.99% 0.68% -
HSV(B) 270.56º 0.63% 1% -
XYZ 39.48 24.1 96.34 -
YUV 135.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 175 93 254 0.31 0.63 0 0.00 270.56 0.99 0.68
Hex AF 5D FE 1F 3F 0 0 10F 63 44
Octal 257 135 376 37 77 0 0 417 143 104
Binary 10101111 1011101 11111110 11111 111111 0 0 100001111 1100011 1000100

Color Harmonies of #AF5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DFE

Black with #AF5DFE

Text Example


Text Example

White with #AF5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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