Html Css Color HEX #A259EA Amethyst

📋 copy color: '#A259EA'

red 162 ◦ green 89 ◦ blue 234

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

Shades of Amethyst #A259EA

Tints of Amethyst #A259EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 33.4%
G = 18.35%
B = 48.25%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A259EA (or 0xA259EA) is known color: Amethyst. HEX triplet: A2, 59 and EA. RGB value is (162,89,234). Sum of RGB (Red+Green+Blue) = 162+89+234=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #A259EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259EA is #5DA615. Grayscale: #7E7E7E. Windows color (decimal): -6137366 or 15358370. OLE color: 15358370.

HSL color Cylindrical-coordinate representation of color #A259EA: hue angle of 270.21º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A259EA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 89 234 -
CMYK 0.31 0.62 0 0.08
HSL 270.21º 0.78% 0.63% -
HSV(B) 270.21º 0.62% 0.92% -
XYZ 33.32 20.77 80.09 -
YUV 127.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 162 89 234 0.31 0.62 0 0.08 270.21 0.78 0.63
Hex A2 59 EA 1F 3E 0 8 10E 4E 3F
Octal 242 131 352 37 76 0 10 416 116 77
Binary 10100010 1011001 11101010 11111 111110 0 1000 100001110 1001110 111111

Color Harmonies of #A259EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A259EA

Black with #A259EA

Text Example


Text Example

White with #A259EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A259EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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