Html Css Color HEX #AD63E4 Amethyst

📋 copy color: '#AD63E4'

red 173 ◦ green 99 ◦ blue 228

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

Shades of Amethyst #AD63E4

Tints of Amethyst #AD63E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 34.6%
G = 19.8%
B = 45.6%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD63E4 (or 0xAD63E4) is known color: Amethyst. HEX triplet: AD, 63 and E4. RGB value is (173,99,228). Sum of RGB (Red+Green+Blue) = 173+99+228=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD63E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63E4 is #529C1B. Grayscale: #878787. Windows color (decimal): -5413916 or 14967725. OLE color: 14967725.

HSL color Cylindrical-coordinate representation of color #AD63E4: hue angle of 274.42º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD63E4 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 99 228 -
CMYK 0.24 0.57 0 0.11
HSL 274.42º 0.7% 0.64% -
HSV(B) 274.42º 0.57% 0.89% -
XYZ 35.7 23.41 76.04 -
YUV 135.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 173 99 228 0.24 0.57 0 0.11 274.42 0.7 0.64
Hex AD 63 E4 18 39 0 B 112 46 40
Octal 255 143 344 30 71 0 13 422 106 100
Binary 10101101 1100011 11100100 11000 111001 0 1011 100010010 1000110 1000000

Color Harmonies of #AD63E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63E4

Black with #AD63E4

Text Example


Text Example

White with #AD63E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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