Html Css Color HEX #A360DD Amethyst

📋 copy color: '#A360DD'

red 163 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #A360DD

Tints of Amethyst #A360DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 33.96%
G = 20%
B = 46.04%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A360DD (or 0xA360DD) is known color: Amethyst. HEX triplet: A3, 60 and DD. RGB value is (163,96,221). Sum of RGB (Red+Green+Blue) = 163+96+221=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #A360DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360DD is #5C9F22. Grayscale: #818181. Windows color (decimal): -6070051 or 14508195. OLE color: 14508195.

HSL color Cylindrical-coordinate representation of color #A360DD: hue angle of 272.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A360DD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 96 221 -
CMYK 0.26 0.57 0 0.13
HSL 272.16º 0.65% 0.62% -
HSV(B) 272.16º 0.57% 0.87% -
XYZ 32.34 21.37 70.83 -
YUV 130.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 163 96 221 0.26 0.57 0 0.13 272.16 0.65 0.62
Hex A3 60 DD 1A 39 0 D 110 41 3E
Octal 243 140 335 32 71 0 15 420 101 76
Binary 10100011 1100000 11011101 11010 111001 0 1101 100010000 1000001 111110

Color Harmonies of #A360DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360DD

Black with #A360DD

Text Example


Text Example

White with #A360DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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