Html Css Color HEX #A255ED Amethyst

📋 copy color: '#A255ED'

red 162 ◦ green 85 ◦ blue 237

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

Shades of Amethyst #A255ED

Tints of Amethyst #A255ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 33.47%
G = 17.56%
B = 48.97%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A255ED (or 0xA255ED) is known color: Amethyst. HEX triplet: A2, 55 and ED. RGB value is (162,85,237). Sum of RGB (Red+Green+Blue) = 162+85+237=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #A255ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255ED is #5DAA12. Grayscale: #7C7C7C. Windows color (decimal): -6138387 or 15553954. OLE color: 15553954.

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

Color convert

RGB 162 85 237 -
CMYK 0.32 0.64 0 0.07
HSL 270.39º 0.81% 0.63% -
HSV(B) 270.39º 0.64% 0.93% -
XYZ 33.43 20.29 82.28 -
YUV 125.35 191.01 154.14 -
System Red Green Blue C M Y K H S L
Decimal 162 85 237 0.32 0.64 0 0.07 270.39 0.81 0.63
Hex A2 55 ED 20 40 0 7 10E 51 3F
Octal 242 125 355 40 100 0 7 416 121 77
Binary 10100010 1010101 11101101 100000 1000000 0 111 100001110 1010001 111111

Color Harmonies of #A255ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255ED

Black with #A255ED

Text Example


Text Example

White with #A255ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255ED; }

 p { color: rgb(162,85,237); }

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

background-color css

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

 a { background-color: rgb(162,85,237); }

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

border-color css

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

 span { border-color: rgb(162,85,237); }

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