Html Css Color HEX #AF60F8 Medium Purple

📋 copy color: '#AF60F8'

red 175 ◦ green 96 ◦ blue 248

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

Shades of Medium Purple #AF60F8

Tints of Medium Purple #AF60F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.78%

R = 33.72%
G = 18.5%
B = 47.78%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF60F8 (or 0xAF60F8) is known color: Medium Purple. HEX triplet: AF, 60 and F8. RGB value is (175,96,248). Sum of RGB (Red+Green+Blue) = 175+96+248=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF60F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60F8 is #509F07. Grayscale: #888888. Windows color (decimal): -5283592 or 16277679. OLE color: 16277679.

HSL color Cylindrical-coordinate representation of color #AF60F8: hue angle of 271.18º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF60F8 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 96 248 -
CMYK 0.29 0.61 0 0.03
HSL 271.18º 0.92% 0.67% -
HSV(B) 271.18º 0.61% 0.97% -
XYZ 38.81 24.26 91.44 -
YUV 136.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 175 96 248 0.29 0.61 0 0.03 271.18 0.92 0.67
Hex AF 60 F8 1D 3D 0 3 10F 5C 43
Octal 257 140 370 35 75 0 3 417 134 103
Binary 10101111 1100000 11111000 11101 111101 0 11 100001111 1011100 1000011

Color Harmonies of #AF60F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60F8

Black with #AF60F8

Text Example


Text Example

White with #AF60F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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