Html Css Color HEX #A351DA Amethyst

📋 copy color: '#A351DA'

red 163 ◦ green 81 ◦ blue 218

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

Shades of Amethyst #A351DA

Tints of Amethyst #A351DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 35.28%
G = 17.53%
B = 47.19%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A351DA (or 0xA351DA) is known color: Amethyst. HEX triplet: A3, 51 and DA. RGB value is (163,81,218). Sum of RGB (Red+Green+Blue) = 163+81+218=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A351DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351DA is #5CAE25. Grayscale: #787878. Windows color (decimal): -6073894 or 14307747. OLE color: 14307747.

HSL color Cylindrical-coordinate representation of color #A351DA: hue angle of 275.91º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A351DA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 81 218 -
CMYK 0.25 0.63 0 0.15
HSL 275.91º 0.65% 0.59% -
HSV(B) 275.91º 0.63% 0.85% -
XYZ 30.7 18.73 68.33 -
YUV 121.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 163 81 218 0.25 0.63 0 0.15 275.91 0.65 0.59
Hex A3 51 DA 19 3F 0 F 114 41 3B
Octal 243 121 332 31 77 0 17 424 101 73
Binary 10100011 1010001 11011010 11001 111111 0 1111 100010100 1000001 111011

Color Harmonies of #A351DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A351DA

Black with #A351DA

Text Example


Text Example

White with #A351DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A351DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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