Html Css Color HEX #A36CCD Amethyst

📋 copy color: '#A36CCD'

red 163 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A36CCD

Tints of Amethyst #A36CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 34.24%
G = 22.69%
B = 43.07%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A36CCD (or 0xA36CCD) is known color: Amethyst. HEX triplet: A3, 6C and CD. RGB value is (163,108,205). Sum of RGB (Red+Green+Blue) = 163+108+205=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A36CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCD is #5C9332. Grayscale: #878787. Windows color (decimal): -6066995 or 13462691. OLE color: 13462691.

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

Color convert

RGB 163 108 205 -
CMYK 0.20 0.47 0 0.20
HSL 274.02º 0.49% 0.61% -
HSV(B) 274.02º 0.47% 0.8% -
XYZ 31.49 22.92 60.52 -
YUV 135.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 163 108 205 0.20 0.47 0 0.20 274.02 0.49 0.61
Hex A3 6C CD 14 2F 0 14 112 31 3D
Octal 243 154 315 24 57 0 24 422 61 75
Binary 10100011 1101100 11001101 10100 101111 0 10100 100010010 110001 111101

Color Harmonies of #A36CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CCD

Black with #A36CCD

Text Example


Text Example

White with #A36CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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