Html Css Color HEX #A36CCA Amethyst

📋 copy color: '#A36CCA'

red 163 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #A36CCA

Tints of Amethyst #A36CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 34.46%
G = 22.83%
B = 42.71%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A36CCA (or 0xA36CCA) is known color: Amethyst. HEX triplet: A3, 6C and CA. RGB value is (163,108,202). Sum of RGB (Red+Green+Blue) = 163+108+202=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCA is #5C9335. Grayscale: #868686. Windows color (decimal): -6066998 or 13266083. OLE color: 13266083.

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

Color convert

RGB 163 108 202 -
CMYK 0.19 0.47 0 0.21
HSL 275.11º 0.47% 0.61% -
HSV(B) 275.11º 0.47% 0.79% -
XYZ 31.13 22.78 58.63 -
YUV 135.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 163 108 202 0.19 0.47 0 0.21 275.11 0.47 0.61
Hex A3 6C CA 13 2F 0 15 113 2F 3D
Octal 243 154 312 23 57 0 25 423 57 75
Binary 10100011 1101100 11001010 10011 101111 0 10101 100010011 101111 111101

Color Harmonies of #A36CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CCA

Black with #A36CCA

Text Example


Text Example

White with #A36CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CCA; }

 p { color: rgb(163,108,202); }

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

background-color css

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

 a { background-color: rgb(163,108,202); }

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

border-color css

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

 span { border-color: rgb(163,108,202); }

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