Html Css Color HEX #A250DA Amethyst

📋 copy color: '#A250DA'

red 162 ◦ green 80 ◦ blue 218

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

Shades of Amethyst #A250DA

Tints of Amethyst #A250DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 35.22%
G = 17.39%
B = 47.39%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A250DA (or 0xA250DA) is known color: Amethyst. HEX triplet: A2, 50 and DA. RGB value is (162,80,218). Sum of RGB (Red+Green+Blue) = 162+80+218=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A250DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DA is #5DAF25. Grayscale: #777777. Windows color (decimal): -6139686 or 14307490. OLE color: 14307490.

HSL color Cylindrical-coordinate representation of color #A250DA: hue angle of 275.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A250DA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 80 218 -
CMYK 0.26 0.63 0 0.15
HSL 275.65º 0.65% 0.58% -
HSV(B) 275.65º 0.63% 0.85% -
XYZ 30.42 18.48 68.29 -
YUV 120.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 162 80 218 0.26 0.63 0 0.15 275.65 0.65 0.58
Hex A2 50 DA 1A 3F 0 F 114 41 3A
Octal 242 120 332 32 77 0 17 424 101 72
Binary 10100010 1010000 11011010 11010 111111 0 1111 100010100 1000001 111010

Color Harmonies of #A250DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250DA

Black with #A250DA

Text Example


Text Example

White with #A250DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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