Html Css Color HEX #AD61F8 Medium Purple

📋 copy color: '#AD61F8'

red 173 ◦ green 97 ◦ blue 248

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

Shades of Medium Purple #AD61F8

Tints of Medium Purple #AD61F8

RGB

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

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

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

R = 33.4%
G = 18.73%
B = 47.88%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD61F8 (or 0xAD61F8) is known color: Medium Purple. HEX triplet: AD, 61 and F8. RGB value is (173,97,248). Sum of RGB (Red+Green+Blue) = 173+97+248=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD61F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61F8 is #529E07. Grayscale: #888888. Windows color (decimal): -5414408 or 16277933. OLE color: 16277933.

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

Color convert

RGB 173 97 248 -
CMYK 0.30 0.61 0 0.03
HSL 270.2º 0.92% 0.68% -
HSV(B) 270.2º 0.61% 0.97% -
XYZ 38.45 24.21 91.45 -
YUV 136.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 173 97 248 0.30 0.61 0 0.03 270.2 0.92 0.68
Hex AD 61 F8 1E 3D 0 3 10E 5C 44
Octal 255 141 370 36 75 0 3 416 134 104
Binary 10101101 1100001 11111000 11110 111101 0 11 100001110 1011100 1000100

Color Harmonies of #AD61F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61F8

Black with #AD61F8

Text Example


Text Example

White with #AD61F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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