Html Css Color HEX #A258E9 Amethyst

📋 copy color: '#A258E9'

red 162 ◦ green 88 ◦ blue 233

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

Shades of Amethyst #A258E9

Tints of Amethyst #A258E9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 33.54%
G = 18.22%
B = 48.24%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A258E9 (or 0xA258E9) is known color: Amethyst. HEX triplet: A2, 58 and E9. RGB value is (162,88,233). Sum of RGB (Red+Green+Blue) = 162+88+233=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #A258E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258E9 is #5DA716. Grayscale: #7E7E7E. Windows color (decimal): -6137623 or 15292578. OLE color: 15292578.

HSL color Cylindrical-coordinate representation of color #A258E9: hue angle of 270.62º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A258E9 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 88 233 -
CMYK 0.30 0.62 0 0.09
HSL 270.62º 0.77% 0.63% -
HSV(B) 270.62º 0.62% 0.91% -
XYZ 33.1 20.54 79.31 -
YUV 126.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 162 88 233 0.30 0.62 0 0.09 270.62 0.77 0.63
Hex A2 58 E9 1E 3E 0 9 10F 4D 3F
Octal 242 130 351 36 76 0 11 417 115 77
Binary 10100010 1011000 11101001 11110 111110 0 1001 100001111 1001101 111111

Color Harmonies of #A258E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258E9

Black with #A258E9

Text Example


Text Example

White with #A258E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258E9; }

 p { color: rgb(162,88,233); }

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

background-color css

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

 a { background-color: rgb(162,88,233); }

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

border-color css

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

 span { border-color: rgb(162,88,233); }

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