Html Css Color HEX #AF5DFF Medium Purple

📋 copy color: '#AF5DFF'

red 175 ◦ green 93 ◦ blue 255

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

Shades of Medium Purple #AF5DFF

Tints of Medium Purple #AF5DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 33.46%
G = 17.78%
B = 48.76%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF5DFF (or 0xAF5DFF) is known color: Medium Purple. HEX triplet: AF, 5D and FF. RGB value is (175,93,255). Sum of RGB (Red+Green+Blue) = 175+93+255=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DFF is #50A200. Grayscale: #878787. Windows color (decimal): -5284353 or 16735663. OLE color: 16735663.

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

Color convert

RGB 175 93 255 -
CMYK 0.31 0.64 0 0
HSL 270.37º 1% 0.68% -
HSV(B) 270.37º 0.64% 1% -
XYZ 39.64 24.16 97.18 -
YUV 135.99 195.17 155.83 -
System Red Green Blue C M Y K H S L
Decimal 175 93 255 0.31 0.64 0 0 270.37 1 0.68
Hex AF 5D FF 1F 40 0 0 10E 64 44
Octal 257 135 377 37 100 0 0 416 144 104
Binary 10101111 1011101 11111111 11111 1000000 0 0 100001110 1100100 1000100

Color Harmonies of #AF5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DFF

Black with #AF5DFF

Text Example


Text Example

White with #AF5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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