Html Css Color HEX #A253DB Amethyst

📋 copy color: '#A253DB'

red 162 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #A253DB

Tints of Amethyst #A253DB

RGB

 RED value IS 162 (63.67% from 255) = 34.91%

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

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

R = 34.91%
G = 17.89%
B = 47.2%

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

#A253DB (or 0xA253DB) is known color: Amethyst. HEX triplet: A2, 53 and DB. RGB value is (162,83,219). Sum of RGB (Red+Green+Blue) = 162+83+219=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A253DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253DB is #5DAC24. Grayscale: #797979. Windows color (decimal): -6138917 or 14373794. OLE color: 14373794.

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

Color convert

RGB 162 83 219 -
CMYK 0.26 0.62 0 0.14
HSL 274.85º 0.65% 0.59% -
HSV(B) 274.85º 0.62% 0.86% -
XYZ 30.78 18.98 69.06 -
YUV 122.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 162 83 219 0.26 0.62 0 0.14 274.85 0.65 0.59
Hex A2 53 DB 1A 3E 0 E 113 41 3B
Octal 242 123 333 32 76 0 16 423 101 73
Binary 10100010 1010011 11011011 11010 111110 0 1110 100010011 1000001 111011

Color Harmonies of #A253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253DB

Black with #A253DB

Text Example


Text Example

White with #A253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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