Html Css Color HEX #A153DB Amethyst

📋 copy color: '#A153DB'

red 161 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #A153DB

Tints of Amethyst #A153DB

RGB

 RED value IS 161 (63.28% from 255) = 34.77%

 GREEN value IS 83 (32.81% from 255) = 17.93%

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

R = 34.77%
G = 17.93%
B = 47.3%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A153DB (or 0xA153DB) is known color: Amethyst. HEX triplet: A1, 53 and DB. RGB value is (161,83,219). Sum of RGB (Red+Green+Blue) = 161+83+219=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 83 (32.81% from 255 or 17.93% 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 #A153DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153DB is #5EAC24. Grayscale: #797979. Windows color (decimal): -6204453 or 14373793. OLE color: 14373793.

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

Color convert

RGB 161 83 219 -
CMYK 0.26 0.62 0 0.14
HSL 274.41º 0.65% 0.59% -
HSV(B) 274.41º 0.62% 0.86% -
XYZ 30.58 18.88 69.05 -
YUV 121.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 161 83 219 0.26 0.62 0 0.14 274.41 0.65 0.59
Hex A1 53 DB 1A 3E 0 E 112 41 3B
Octal 241 123 333 32 76 0 16 422 101 73
Binary 10100001 1010011 11011011 11010 111110 0 1110 100010010 1000001 111011

Color Harmonies of #A153DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153DB

Black with #A153DB

Text Example


Text Example

White with #A153DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153DB; }

 p { color: rgb(161,83,219); }

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

background-color css

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

 a { background-color: rgb(161,83,219); }

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

border-color css

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

 span { border-color: rgb(161,83,219); }

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