Html Css Color HEX #A364CC Amethyst

📋 copy color: '#A364CC'

red 163 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #A364CC

Tints of Amethyst #A364CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

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

R = 34.9%
G = 21.41%
B = 43.68%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A364CC (or 0xA364CC) is known color: Amethyst. HEX triplet: A3, 64 and CC. RGB value is (163,100,204). Sum of RGB (Red+Green+Blue) = 163+100+204=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A364CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364CC is #5C9B33. Grayscale: #828282. Windows color (decimal): -6069044 or 13395107. OLE color: 13395107.

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

Color convert

RGB 163 100 204 -
CMYK 0.20 0.51 0 0.2
HSL 276.35º 0.5% 0.6% -
HSV(B) 276.35º 0.51% 0.8% -
XYZ 30.56 21.26 59.62 -
YUV 130.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 163 100 204 0.20 0.51 0 0.2 276.35 0.5 0.6
Hex A3 64 CC 14 33 0 14 114 32 3C
Octal 243 144 314 24 63 0 24 424 62 74
Binary 10100011 1100100 11001100 10100 110011 0 10100 100010100 110010 111100

Color Harmonies of #A364CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364CC

Black with #A364CC

Text Example


Text Example

White with #A364CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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