Html Css Color HEX #A351DB Amethyst

📋 copy color: '#A351DB'

red 163 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #A351DB

Tints of Amethyst #A351DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 35.21%
G = 17.49%
B = 47.3%

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

#A351DB (or 0xA351DB) is known color: Amethyst. HEX triplet: A3, 51 and DB. RGB value is (163,81,219). Sum of RGB (Red+Green+Blue) = 163+81+219=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A351DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351DB is #5CAE24. Grayscale: #787878. Windows color (decimal): -6073893 or 14373283. OLE color: 14373283.

HSL color Cylindrical-coordinate representation of color #A351DB: hue angle of 275.65º degrees, saturation: 0.66, 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 #A351DB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 81 219 -
CMYK 0.26 0.63 0 0.14
HSL 275.65º 0.66% 0.59% -
HSV(B) 275.65º 0.63% 0.86% -
XYZ 30.83 18.79 69.02 -
YUV 121.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 163 81 219 0.26 0.63 0 0.14 275.65 0.66 0.59
Hex A3 51 DB 1A 3F 0 E 114 42 3B
Octal 243 121 333 32 77 0 16 424 102 73
Binary 10100011 1010001 11011011 11010 111111 0 1110 100010100 1000010 111011

Color Harmonies of #A351DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A351DB

Black with #A351DB

Text Example


Text Example

White with #A351DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A351DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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