Html Css Color HEX #AF60F9 Medium Purple

📋 copy color: '#AF60F9'

red 175 ◦ green 96 ◦ blue 249

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

Shades of Medium Purple #AF60F9

Tints of Medium Purple #AF60F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 33.65%
G = 18.46%
B = 47.88%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF60F9 (or 0xAF60F9) is known color: Medium Purple. HEX triplet: AF, 60 and F9. RGB value is (175,96,249). Sum of RGB (Red+Green+Blue) = 175+96+249=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60F9 is #509F06. Grayscale: #888888. Windows color (decimal): -5283591 or 16343215. OLE color: 16343215.

HSL color Cylindrical-coordinate representation of color #AF60F9: hue angle of 270.98º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF60F9 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 96 249 -
CMYK 0.30 0.61 0 0.02
HSL 270.98º 0.93% 0.68% -
HSV(B) 270.98º 0.61% 0.98% -
XYZ 38.96 24.32 92.26 -
YUV 137.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 175 96 249 0.30 0.61 0 0.02 270.98 0.93 0.68
Hex AF 60 F9 1E 3D 0 2 10F 5D 44
Octal 257 140 371 36 75 0 2 417 135 104
Binary 10101111 1100000 11111001 11110 111101 0 10 100001111 1011101 1000100

Color Harmonies of #AF60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60F9

Black with #AF60F9

Text Example


Text Example

White with #AF60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60F9; }

 p { color: rgb(175,96,249); }

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

background-color css

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

 a { background-color: rgb(175,96,249); }

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

border-color css

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

 span { border-color: rgb(175,96,249); }

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