Html Css Color HEX #A362CE Amethyst

📋 copy color: '#A362CE'

red 163 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #A362CE

Tints of Amethyst #A362CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 34.9%
G = 20.99%
B = 44.11%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A362CE (or 0xA362CE) is known color: Amethyst. HEX triplet: A3, 62 and CE. RGB value is (163,98,206). Sum of RGB (Red+Green+Blue) = 163+98+206=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #A362CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362CE is #5C9D31. Grayscale: #818181. Windows color (decimal): -6069554 or 13525667. OLE color: 13525667.

HSL color Cylindrical-coordinate representation of color #A362CE: hue angle of 276.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A362CE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 98 206 -
CMYK 0.21 0.52 0 0.19
HSL 276.11º 0.52% 0.6% -
HSV(B) 276.11º 0.52% 0.81% -
XYZ 30.61 20.98 60.83 -
YUV 129.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 163 98 206 0.21 0.52 0 0.19 276.11 0.52 0.6
Hex A3 62 CE 15 34 0 13 114 34 3C
Octal 243 142 316 25 64 0 23 424 64 74
Binary 10100011 1100010 11001110 10101 110100 0 10011 100010100 110100 111100

Color Harmonies of #A362CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362CE

Black with #A362CE

Text Example


Text Example

White with #A362CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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