Html Css Color HEX #AF5FFF Medium Purple

📋 copy color: '#AF5FFF'

red 175 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #AF5FFF

Tints of Medium Purple #AF5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

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

R = 33.33%
G = 18.1%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF5FFF (or 0xAF5FFF) is known color: Medium Purple. HEX triplet: AF, 5F and FF. RGB value is (175,95,255). Sum of RGB (Red+Green+Blue) = 175+95+255=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FFF is #50A000. Grayscale: #888888. Windows color (decimal): -5283841 or 16736175. OLE color: 16736175.

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

Color convert

RGB 175 95 255 -
CMYK 0.31 0.63 0 0
HSL 270º 1% 0.69% -
HSV(B) 270º 0.63% 1% -
XYZ 39.82 24.52 97.24 -
YUV 137.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 175 95 255 0.31 0.63 0 0 270 1 0.69
Hex AF 5F FF 1F 3F 0 0 10E 64 45
Octal 257 137 377 37 77 0 0 416 144 105
Binary 10101111 1011111 11111111 11111 111111 0 0 100001110 1100100 1000101

Color Harmonies of #AF5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FFF

Black with #AF5FFF

Text Example


Text Example

White with #AF5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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