Html Css Color HEX #AD63FC Medium Purple

📋 copy color: '#AD63FC'

red 173 ◦ green 99 ◦ blue 252

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

Shades of Medium Purple #AD63FC

Tints of Medium Purple #AD63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 33.02%
G = 18.89%
B = 48.09%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD63FC (or 0xAD63FC) is known color: Medium Purple. HEX triplet: AD, 63 and FC. RGB value is (173,99,252). Sum of RGB (Red+Green+Blue) = 173+99+252=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63FC is #529C03. Grayscale: #8A8A8A. Windows color (decimal): -5413892 or 16540589. OLE color: 16540589.

HSL color Cylindrical-coordinate representation of color #AD63FC: hue angle of 269.02º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD63FC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 99 252 -
CMYK 0.31 0.61 0 0.01
HSL 269.02º 0.96% 0.69% -
HSV(B) 269.02º 0.61% 0.99% -
XYZ 39.27 24.84 94.82 -
YUV 138.57 192.02 152.56 -
System Red Green Blue C M Y K H S L
Decimal 173 99 252 0.31 0.61 0 0.01 269.02 0.96 0.69
Hex AD 63 FC 1F 3D 0 1 10D 60 45
Octal 255 143 374 37 75 0 1 415 140 105
Binary 10101101 1100011 11111100 11111 111101 0 1 100001101 1100000 1000101

Color Harmonies of #AD63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63FC

Black with #AD63FC

Text Example


Text Example

White with #AD63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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