Html Css Color HEX #A362DD Amethyst

📋 copy color: '#A362DD'

red 163 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A362DD

Tints of Amethyst #A362DD

RGB

 RED value IS 163 (64.06% from 255) = 33.82%

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 33.82%
G = 20.33%
B = 45.85%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A362DD (or 0xA362DD) is known color: Amethyst. HEX triplet: A3, 62 and DD. RGB value is (163,98,221). Sum of RGB (Red+Green+Blue) = 163+98+221=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A362DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362DD is #5C9D22. Grayscale: #838383. Windows color (decimal): -6069539 or 14508707. OLE color: 14508707.

HSL color Cylindrical-coordinate representation of color #A362DD: hue angle of 271.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A362DD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 98 221 -
CMYK 0.26 0.56 0 0.13
HSL 271.71º 0.64% 0.63% -
HSV(B) 271.71º 0.56% 0.87% -
XYZ 32.52 21.74 70.89 -
YUV 131.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 163 98 221 0.26 0.56 0 0.13 271.71 0.64 0.63
Hex A3 62 DD 1A 38 0 D 110 40 3F
Octal 243 142 335 32 70 0 15 420 100 77
Binary 10100011 1100010 11011101 11010 111000 0 1101 100010000 1000000 111111

Color Harmonies of #A362DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362DD

Black with #A362DD

Text Example


Text Example

White with #A362DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362DD; }

 p { color: rgb(163,98,221); }

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

background-color css

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

 a { background-color: rgb(163,98,221); }

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

border-color css

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

 span { border-color: rgb(163,98,221); }

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