Html Css Color HEX #A361DF Amethyst

📋 copy color: '#A361DF'

red 163 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #A361DF

Tints of Amethyst #A361DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 33.75%
G = 20.08%
B = 46.17%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A361DF (or 0xA361DF) is known color: Amethyst. HEX triplet: A3, 61 and DF. RGB value is (163,97,223). Sum of RGB (Red+Green+Blue) = 163+97+223=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A361DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361DF is #5C9E20. Grayscale: #828282. Windows color (decimal): -6069793 or 14639523. OLE color: 14639523.

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

Color convert

RGB 163 97 223 -
CMYK 0.27 0.57 0 0.13
HSL 271.43º 0.66% 0.63% -
HSV(B) 271.43º 0.57% 0.87% -
XYZ 32.7 21.66 72.27 -
YUV 131.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 163 97 223 0.27 0.57 0 0.13 271.43 0.66 0.63
Hex A3 61 DF 1B 39 0 D 10F 42 3F
Octal 243 141 337 33 71 0 15 417 102 77
Binary 10100011 1100001 11011111 11011 111001 0 1101 100001111 1000010 111111

Color Harmonies of #A361DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361DF

Black with #A361DF

Text Example


Text Example

White with #A361DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361DF; }

 p { color: rgb(163,97,223); }

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

background-color css

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

 a { background-color: rgb(163,97,223); }

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

border-color css

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

 span { border-color: rgb(163,97,223); }

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