Html Css Color HEX #A258EC Amethyst

📋 copy color: '#A258EC'

red 162 ◦ green 88 ◦ blue 236

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

Shades of Amethyst #A258EC

Tints of Amethyst #A258EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 33.33%
G = 18.11%
B = 48.56%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A258EC (or 0xA258EC) is known color: Amethyst. HEX triplet: A2, 58 and EC. RGB value is (162,88,236). Sum of RGB (Red+Green+Blue) = 162+88+236=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A258EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258EC is #5DA713. Grayscale: #7E7E7E. Windows color (decimal): -6137620 or 15489186. OLE color: 15489186.

HSL color Cylindrical-coordinate representation of color #A258EC: hue angle of 270º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A258EC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 88 236 -
CMYK 0.31 0.63 0 0.07
HSL 270º 0.8% 0.64% -
HSV(B) 270º 0.63% 0.93% -
XYZ 33.53 20.72 81.59 -
YUV 127 189.52 152.97 -
System Red Green Blue C M Y K H S L
Decimal 162 88 236 0.31 0.63 0 0.07 270 0.8 0.64
Hex A2 58 EC 1F 3F 0 7 10E 50 40
Octal 242 130 354 37 77 0 7 416 120 100
Binary 10100010 1011000 11101100 11111 111111 0 111 100001110 1010000 1000000

Color Harmonies of #A258EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258EC

Black with #A258EC

Text Example


Text Example

White with #A258EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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