Html Css Color HEX #A250DC Amethyst

📋 copy color: '#A250DC'

red 162 ◦ green 80 ◦ blue 220

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

Shades of Amethyst #A250DC

Tints of Amethyst #A250DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 35.06%
G = 17.32%
B = 47.62%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A250DC (or 0xA250DC) is known color: Amethyst. HEX triplet: A2, 50 and DC. RGB value is (162,80,220). Sum of RGB (Red+Green+Blue) = 162+80+220=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A250DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DC is #5DAF23. Grayscale: #787878. Windows color (decimal): -6139684 or 14438562. OLE color: 14438562.

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

Color convert

RGB 162 80 220 -
CMYK 0.26 0.64 0 0.14
HSL 275.14º 0.67% 0.59% -
HSV(B) 275.14º 0.64% 0.86% -
XYZ 30.69 18.59 69.68 -
YUV 120.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 162 80 220 0.26 0.64 0 0.14 275.14 0.67 0.59
Hex A2 50 DC 1A 40 0 E 113 43 3B
Octal 242 120 334 32 100 0 16 423 103 73
Binary 10100010 1010000 11011100 11010 1000000 0 1110 100010011 1000011 111011

Color Harmonies of #A250DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250DC

Black with #A250DC

Text Example


Text Example

White with #A250DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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