Html Css Color HEX #A361CE Amethyst

📋 copy color: '#A361CE'

red 163 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #A361CE

Tints of Amethyst #A361CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

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

R = 34.98%
G = 20.82%
B = 44.21%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A361CE (or 0xA361CE) is known color: Amethyst. HEX triplet: A3, 61 and CE. RGB value is (163,97,206). Sum of RGB (Red+Green+Blue) = 163+97+206=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A361CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361CE is #5C9E31. Grayscale: #808080. Windows color (decimal): -6069810 or 13525411. OLE color: 13525411.

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

Color convert

RGB 163 97 206 -
CMYK 0.21 0.53 0 0.19
HSL 276.33º 0.53% 0.59% -
HSV(B) 276.33º 0.53% 0.81% -
XYZ 30.52 20.79 60.8 -
YUV 129.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 163 97 206 0.21 0.53 0 0.19 276.33 0.53 0.59
Hex A3 61 CE 15 35 0 13 114 35 3B
Octal 243 141 316 25 65 0 23 424 65 73
Binary 10100011 1100001 11001110 10101 110101 0 10011 100010100 110101 111011

Color Harmonies of #A361CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361CE

Black with #A361CE

Text Example


Text Example

White with #A361CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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