Html Css Color HEX #A36BCC Amethyst

📋 copy color: '#A36BCC'

red 163 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #A36BCC

Tints of Amethyst #A36BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.57%

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

R = 34.39%
G = 22.57%
B = 43.04%

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

#A36BCC (or 0xA36BCC) is known color: Amethyst. HEX triplet: A3, 6B and CC. RGB value is (163,107,204). Sum of RGB (Red+Green+Blue) = 163+107+204=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A36BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BCC is #5C9433. Grayscale: #868686. Windows color (decimal): -6067252 or 13396899. OLE color: 13396899.

HSL color Cylindrical-coordinate representation of color #A36BCC: hue angle of 274.64º 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 #A36BCC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 107 204 -
CMYK 0.20 0.48 0 0.2
HSL 274.64º 0.49% 0.61% -
HSV(B) 274.64º 0.48% 0.8% -
XYZ 31.26 22.66 59.85 -
YUV 134.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 163 107 204 0.20 0.48 0 0.2 274.64 0.49 0.61
Hex A3 6B CC 14 30 0 14 113 31 3D
Octal 243 153 314 24 60 0 24 423 61 75
Binary 10100011 1101011 11001100 10100 110000 0 10100 100010011 110001 111101

Color Harmonies of #A36BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BCC

Black with #A36BCC

Text Example


Text Example

White with #A36BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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