Html Css Color HEX #AD61FF Medium Purple

📋 copy color: '#AD61FF'

red 173 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #AD61FF

Tints of Medium Purple #AD61FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 32.95%
G = 18.48%
B = 48.57%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD61FF (or 0xAD61FF) is known color: Medium Purple. HEX triplet: AD, 61 and FF. RGB value is (173,97,255). Sum of RGB (Red+Green+Blue) = 173+97+255=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61FF is #529E00. Grayscale: #898989. Windows color (decimal): -5414401 or 16736685. OLE color: 16736685.

HSL color Cylindrical-coordinate representation of color #AD61FF: hue angle of 268.86º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD61FF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 97 255 -
CMYK 0.32 0.62 0 0
HSL 268.86º 1% 0.69% -
HSV(B) 268.86º 0.62% 1% -
XYZ 39.56 24.65 97.28 -
YUV 137.74 194.18 153.15 -
System Red Green Blue C M Y K H S L
Decimal 173 97 255 0.32 0.62 0 0 268.86 1 0.69
Hex AD 61 FF 20 3E 0 0 10D 64 45
Octal 255 141 377 40 76 0 0 415 144 105
Binary 10101101 1100001 11111111 100000 111110 0 0 100001101 1100100 1000101

Color Harmonies of #AD61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61FF

Black with #AD61FF

Text Example


Text Example

White with #AD61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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