Html Css Color HEX #A362DC Amethyst

📋 copy color: '#A362DC'

red 163 ◦ green 98 ◦ blue 220

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

Shades of Amethyst #A362DC

Tints of Amethyst #A362DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 33.89%
G = 20.37%
B = 45.74%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A362DC (or 0xA362DC) is known color: Amethyst. HEX triplet: A3, 62 and DC. RGB value is (163,98,220). Sum of RGB (Red+Green+Blue) = 163+98+220=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #A362DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362DC is #5C9D23. Grayscale: #828282. Windows color (decimal): -6069540 or 14443171. OLE color: 14443171.

HSL color Cylindrical-coordinate representation of color #A362DC: hue angle of 271.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A362DC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 98 220 -
CMYK 0.26 0.55 0 0.14
HSL 271.97º 0.64% 0.62% -
HSV(B) 271.97º 0.55% 0.86% -
XYZ 32.39 21.69 70.19 -
YUV 131.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 163 98 220 0.26 0.55 0 0.14 271.97 0.64 0.62
Hex A3 62 DC 1A 37 0 E 110 40 3E
Octal 243 142 334 32 67 0 16 420 100 76
Binary 10100011 1100010 11011100 11010 110111 0 1110 100010000 1000000 111110

Color Harmonies of #A362DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362DC

Black with #A362DC

Text Example


Text Example

White with #A362DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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