Html Css Color HEX #A259D0 Amethyst

📋 copy color: '#A259D0'

red 162 ◦ green 89 ◦ blue 208

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

Shades of Amethyst #A259D0

Tints of Amethyst #A259D0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 35.29%
G = 19.39%
B = 45.32%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A259D0 (or 0xA259D0) is known color: Amethyst. HEX triplet: A2, 59 and D0. RGB value is (162,89,208). Sum of RGB (Red+Green+Blue) = 162+89+208=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A259D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259D0 is #5DA62F. Grayscale: #7B7B7B. Windows color (decimal): -6137392 or 13654434. OLE color: 13654434.

HSL color Cylindrical-coordinate representation of color #A259D0: hue angle of 276.81º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A259D0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 89 208 -
CMYK 0.22 0.57 0 0.18
HSL 276.81º 0.56% 0.58% -
HSV(B) 276.81º 0.57% 0.82% -
XYZ 29.86 19.38 61.84 -
YUV 124.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 162 89 208 0.22 0.57 0 0.18 276.81 0.56 0.58
Hex A2 59 D0 16 39 0 12 115 38 3A
Octal 242 131 320 26 71 0 22 425 70 72
Binary 10100010 1011001 11010000 10110 111001 0 10010 100010101 111000 111010

Color Harmonies of #A259D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A259D0

Black with #A259D0

Text Example


Text Example

White with #A259D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A259D0; }

 p { color: rgb(162,89,208); }

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

background-color css

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

 a { background-color: rgb(162,89,208); }

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

border-color css

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

 span { border-color: rgb(162,89,208); }

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