Html Css Color HEX #AD63F2 Medium Purple

📋 copy color: '#AD63F2'

red 173 ◦ green 99 ◦ blue 242

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

Shades of Medium Purple #AD63F2

Tints of Medium Purple #AD63F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.26%

 BLUE value IS 242 (94.92% from 255) = 47.08%

R = 33.66%
G = 19.26%
B = 47.08%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD63F2 (or 0xAD63F2) is known color: Medium Purple. HEX triplet: AD, 63 and F2. RGB value is (173,99,242). Sum of RGB (Red+Green+Blue) = 173+99+242=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD63F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63F2 is #529C0D. Grayscale: #888888. Windows color (decimal): -5413902 or 15885229. OLE color: 15885229.

HSL color Cylindrical-coordinate representation of color #AD63F2: hue angle of 271.05º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD63F2 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 99 242 -
CMYK 0.29 0.59 0 0.05
HSL 271.05º 0.85% 0.67% -
HSV(B) 271.05º 0.59% 0.95% -
XYZ 37.72 24.22 86.69 -
YUV 137.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 173 99 242 0.29 0.59 0 0.05 271.05 0.85 0.67
Hex AD 63 F2 1D 3B 0 5 10F 55 43
Octal 255 143 362 35 73 0 5 417 125 103
Binary 10101101 1100011 11110010 11101 111011 0 101 100001111 1010101 1000011

Color Harmonies of #AD63F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63F2

Black with #AD63F2

Text Example


Text Example

White with #AD63F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63F2; }

 p { color: rgb(173,99,242); }

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

background-color css

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

 a { background-color: rgb(173,99,242); }

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

border-color css

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

 span { border-color: rgb(173,99,242); }

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