Html Css Color HEX #A250DB Amethyst

📋 copy color: '#A250DB'

red 162 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #A250DB

Tints of Amethyst #A250DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 35.14%
G = 17.35%
B = 47.51%

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

#A250DB (or 0xA250DB) is known color: Amethyst. HEX triplet: A2, 50 and DB. RGB value is (162,80,219). Sum of RGB (Red+Green+Blue) = 162+80+219=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A250DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DB is #5DAF24. Grayscale: #777777. Windows color (decimal): -6139685 or 14373026. OLE color: 14373026.

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

Color convert

RGB 162 80 219 -
CMYK 0.26 0.63 0 0.14
HSL 275.4º 0.66% 0.59% -
HSV(B) 275.4º 0.63% 0.86% -
XYZ 30.56 18.53 68.98 -
YUV 120.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 162 80 219 0.26 0.63 0 0.14 275.4 0.66 0.59
Hex A2 50 DB 1A 3F 0 E 113 42 3B
Octal 242 120 333 32 77 0 16 423 102 73
Binary 10100010 1010000 11011011 11010 111111 0 1110 100010011 1000010 111011

Color Harmonies of #A250DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250DB

Black with #A250DB

Text Example


Text Example

White with #A250DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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