Html Css Color HEX #A455ED Amethyst

📋 copy color: '#A455ED'

red 164 ◦ green 85 ◦ blue 237

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

Shades of Amethyst #A455ED

Tints of Amethyst #A455ED

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

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

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

R = 33.74%
G = 17.49%
B = 48.77%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A455ED (or 0xA455ED) is known color: Amethyst. HEX triplet: A4, 55 and ED. RGB value is (164,85,237). Sum of RGB (Red+Green+Blue) = 164+85+237=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #A455ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455ED is #5BAA12. Grayscale: #7D7D7D. Windows color (decimal): -6007315 or 15553956. OLE color: 15553956.

HSL color Cylindrical-coordinate representation of color #A455ED: hue angle of 271.18º 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 #A455ED is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 85 237 -
CMYK 0.31 0.64 0 0.07
HSL 271.18º 0.81% 0.63% -
HSV(B) 271.18º 0.64% 0.93% -
XYZ 33.84 20.5 82.29 -
YUV 125.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 164 85 237 0.31 0.64 0 0.07 271.18 0.81 0.63
Hex A4 55 ED 1F 40 0 7 10F 51 3F
Octal 244 125 355 37 100 0 7 417 121 77
Binary 10100100 1010101 11101101 11111 1000000 0 111 100001111 1010001 111111

Color Harmonies of #A455ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455ED

Black with #A455ED

Text Example


Text Example

White with #A455ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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