Html Css Color HEX #AD63EB Amethyst

📋 copy color: '#AD63EB'

red 173 ◦ green 99 ◦ blue 235

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

Shades of Amethyst #AD63EB

Tints of Amethyst #AD63EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 34.12%
G = 19.53%
B = 46.35%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD63EB (or 0xAD63EB) is known color: Amethyst. HEX triplet: AD, 63 and EB. RGB value is (173,99,235). Sum of RGB (Red+Green+Blue) = 173+99+235=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD63EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63EB is #529C14. Grayscale: #888888. Windows color (decimal): -5413909 or 15426477. OLE color: 15426477.

HSL color Cylindrical-coordinate representation of color #AD63EB: hue angle of 272.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD63EB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 99 235 -
CMYK 0.26 0.58 0 0.08
HSL 272.65º 0.77% 0.65% -
HSV(B) 272.65º 0.58% 0.92% -
XYZ 36.69 23.81 81.26 -
YUV 136.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 173 99 235 0.26 0.58 0 0.08 272.65 0.77 0.65
Hex AD 63 EB 1A 3A 0 8 111 4D 41
Octal 255 143 353 32 72 0 10 421 115 101
Binary 10101101 1100011 11101011 11010 111010 0 1000 100010001 1001101 1000001

Color Harmonies of #AD63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63EB

Black with #AD63EB

Text Example


Text Example

White with #AD63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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