Html Css Color HEX #AD61F5 Medium Purple

📋 copy color: '#AD61F5'

red 173 ◦ green 97 ◦ blue 245

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

Shades of Medium Purple #AD61F5

Tints of Medium Purple #AD61F5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.83%

 BLUE value IS 245 (96.09% from 255) = 47.57%

R = 33.59%
G = 18.83%
B = 47.57%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD61F5 (or 0xAD61F5) is known color: Medium Purple. HEX triplet: AD, 61 and F5. RGB value is (173,97,245). Sum of RGB (Red+Green+Blue) = 173+97+245=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD61F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61F5 is #529E0A. Grayscale: #888888. Windows color (decimal): -5414411 or 16081325. OLE color: 16081325.

HSL color Cylindrical-coordinate representation of color #AD61F5: hue angle of 270.81º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD61F5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 97 245 -
CMYK 0.29 0.60 0 0.04
HSL 270.81º 0.88% 0.67% -
HSV(B) 270.81º 0.6% 0.96% -
XYZ 37.99 24.03 89.02 -
YUV 136.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 173 97 245 0.29 0.60 0 0.04 270.81 0.88 0.67
Hex AD 61 F5 1D 3C 0 4 10F 58 43
Octal 255 141 365 35 74 0 4 417 130 103
Binary 10101101 1100001 11110101 11101 111100 0 100 100001111 1011000 1000011

Color Harmonies of #AD61F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61F5

Black with #AD61F5

Text Example


Text Example

White with #AD61F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61F5; }

 p { color: rgb(173,97,245); }

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

background-color css

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

 a { background-color: rgb(173,97,245); }

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

border-color css

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

 span { border-color: rgb(173,97,245); }

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