Html Css Color HEX #A360C8 Amethyst

📋 copy color: '#A360C8'

red 163 ◦ green 96 ◦ blue 200

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

Shades of Amethyst #A360C8

Tints of Amethyst #A360C8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 200 (78.52% from 255) = 43.57%

R = 35.51%
G = 20.92%
B = 43.57%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A360C8 (or 0xA360C8) is known color: Amethyst. HEX triplet: A3, 60 and C8. RGB value is (163,96,200). Sum of RGB (Red+Green+Blue) = 163+96+200=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #A360C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360C8 is #5C9F37. Grayscale: #7F7F7F. Windows color (decimal): -6070072 or 13131939. OLE color: 13131939.

HSL color Cylindrical-coordinate representation of color #A360C8: hue angle of 278.65º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A360C8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 96 200 -
CMYK 0.18 0.52 0 0.22
HSL 278.65º 0.49% 0.58% -
HSV(B) 278.65º 0.52% 0.78% -
XYZ 29.71 20.32 57 -
YUV 127.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 163 96 200 0.18 0.52 0 0.22 278.65 0.49 0.58
Hex A3 60 C8 12 34 0 16 117 31 3A
Octal 243 140 310 22 64 0 26 427 61 72
Binary 10100011 1100000 11001000 10010 110100 0 10110 100010111 110001 111010

Color Harmonies of #A360C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360C8

Black with #A360C8

Text Example


Text Example

White with #A360C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360C8; }

 p { color: rgb(163,96,200); }

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

background-color css

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

 a { background-color: rgb(163,96,200); }

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

border-color css

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

 span { border-color: rgb(163,96,200); }

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