Html Css Color HEX #AD60FA Medium Purple

📋 copy color: '#AD60FA'

red 173 ◦ green 96 ◦ blue 250

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

Shades of Medium Purple #AD60FA

Tints of Medium Purple #AD60FA

RGB

 RED value IS 173 (67.97% from 255) = 33.33%

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 33.33%
G = 18.5%
B = 48.17%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD60FA (or 0xAD60FA) is known color: Medium Purple. HEX triplet: AD, 60 and FA. RGB value is (173,96,250). Sum of RGB (Red+Green+Blue) = 173+96+250=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60FA is #529F05. Grayscale: #888888. Windows color (decimal): -5414662 or 16408749. OLE color: 16408749.

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

Color convert

RGB 173 96 250 -
CMYK 0.31 0.62 0 0.02
HSL 270º 0.94% 0.68% -
HSV(B) 270º 0.62% 0.98% -
XYZ 38.67 24.15 93.07 -
YUV 136.58 192.01 153.98 -
System Red Green Blue C M Y K H S L
Decimal 173 96 250 0.31 0.62 0 0.02 270 0.94 0.68
Hex AD 60 FA 1F 3E 0 2 10E 5E 44
Octal 255 140 372 37 76 0 2 416 136 104
Binary 10101101 1100000 11111010 11111 111110 0 10 100001110 1011110 1000100

Color Harmonies of #AD60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60FA

Black with #AD60FA

Text Example


Text Example

White with #AD60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60FA; }

 p { color: rgb(173,96,250); }

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

background-color css

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

 a { background-color: rgb(173,96,250); }

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

border-color css

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

 span { border-color: rgb(173,96,250); }

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