Html Css Color HEX #A351DC Amethyst

📋 copy color: '#A351DC'

red 163 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #A351DC

Tints of Amethyst #A351DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 35.13%
G = 17.46%
B = 47.41%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A351DC (or 0xA351DC) is known color: Amethyst. HEX triplet: A3, 51 and DC. RGB value is (163,81,220). Sum of RGB (Red+Green+Blue) = 163+81+220=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #A351DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351DC is #5CAE23. Grayscale: #787878. Windows color (decimal): -6073892 or 14438819. OLE color: 14438819.

HSL color Cylindrical-coordinate representation of color #A351DC: hue angle of 275.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A351DC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 81 220 -
CMYK 0.26 0.63 0 0.14
HSL 275.4º 0.67% 0.59% -
HSV(B) 275.4º 0.63% 0.86% -
XYZ 30.96 18.84 69.71 -
YUV 121.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 163 81 220 0.26 0.63 0 0.14 275.4 0.67 0.59
Hex A3 51 DC 1A 3F 0 E 113 43 3B
Octal 243 121 334 32 77 0 16 423 103 73
Binary 10100011 1010001 11011100 11010 111111 0 1110 100010011 1000011 111011

Color Harmonies of #A351DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A351DC

Black with #A351DC

Text Example


Text Example

White with #A351DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A351DC; }

 p { color: rgb(163,81,220); }

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

background-color css

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

 a { background-color: rgb(163,81,220); }

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

border-color css

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

 span { border-color: rgb(163,81,220); }

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