Html Css Color HEX #AF60FD Medium Purple

📋 copy color: '#AF60FD'

red 175 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #AF60FD

Tints of Medium Purple #AF60FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 33.4%
G = 18.32%
B = 48.28%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF60FD (or 0xAF60FD) is known color: Medium Purple. HEX triplet: AF, 60 and FD. RGB value is (175,96,253). Sum of RGB (Red+Green+Blue) = 175+96+253=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60FD is #509F02. Grayscale: #888888. Windows color (decimal): -5283587 or 16605359. OLE color: 16605359.

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

Color convert

RGB 175 96 253 -
CMYK 0.31 0.62 0 0.01
HSL 270.19º 0.98% 0.68% -
HSV(B) 270.19º 0.62% 0.99% -
XYZ 39.59 24.57 95.58 -
YUV 137.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 175 96 253 0.31 0.62 0 0.01 270.19 0.98 0.68
Hex AF 60 FD 1F 3E 0 1 10E 62 44
Octal 257 140 375 37 76 0 1 416 142 104
Binary 10101111 1100000 11111101 11111 111110 0 1 100001110 1100010 1000100

Color Harmonies of #AF60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60FD

Black with #AF60FD

Text Example


Text Example

White with #AF60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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