Html Css Color HEX #A362D0 Amethyst

📋 copy color: '#A362D0'

red 163 ◦ green 98 ◦ blue 208

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

Shades of Amethyst #A362D0

Tints of Amethyst #A362D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 34.75%
G = 20.9%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A362D0 (or 0xA362D0) is known color: Amethyst. HEX triplet: A3, 62 and D0. RGB value is (163,98,208). Sum of RGB (Red+Green+Blue) = 163+98+208=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #A362D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362D0 is #5C9D2F. Grayscale: #818181. Windows color (decimal): -6069552 or 13656739. OLE color: 13656739.

HSL color Cylindrical-coordinate representation of color #A362D0: hue angle of 275.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A362D0 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 98 208 -
CMYK 0.22 0.53 0 0.18
HSL 275.45º 0.54% 0.6% -
HSV(B) 275.45º 0.53% 0.82% -
XYZ 30.86 21.08 62.12 -
YUV 129.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 163 98 208 0.22 0.53 0 0.18 275.45 0.54 0.6
Hex A3 62 D0 16 35 0 12 113 36 3C
Octal 243 142 320 26 65 0 22 423 66 74
Binary 10100011 1100010 11010000 10110 110101 0 10010 100010011 110110 111100

Color Harmonies of #A362D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362D0

Black with #A362D0

Text Example


Text Example

White with #A362D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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