Html Css Color HEX #A36ACC Amethyst

📋 copy color: '#A36ACC'

red 163 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #A36ACC

Tints of Amethyst #A36ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 34.46%
G = 22.41%
B = 43.13%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A36ACC (or 0xA36ACC) is known color: Amethyst. HEX triplet: A3, 6A and CC. RGB value is (163,106,204). Sum of RGB (Red+Green+Blue) = 163+106+204=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A36ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ACC is #5C9533. Grayscale: #858585. Windows color (decimal): -6067508 or 13396643. OLE color: 13396643.

HSL color Cylindrical-coordinate representation of color #A36ACC: hue angle of 274.9º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36ACC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 106 204 -
CMYK 0.20 0.48 0 0.2
HSL 274.9º 0.49% 0.61% -
HSV(B) 274.9º 0.48% 0.8% -
XYZ 31.16 22.45 59.82 -
YUV 134.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 163 106 204 0.20 0.48 0 0.2 274.9 0.49 0.61
Hex A3 6A CC 14 30 0 14 113 31 3D
Octal 243 152 314 24 60 0 24 423 61 75
Binary 10100011 1101010 11001100 10100 110000 0 10100 100010011 110001 111101

Color Harmonies of #A36ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ACC

Black with #A36ACC

Text Example


Text Example

White with #A36ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ACC; }

 p { color: rgb(163,106,204); }

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

background-color css

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

 a { background-color: rgb(163,106,204); }

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

border-color css

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

 span { border-color: rgb(163,106,204); }

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