Html Css Color HEX #A455EE Amethyst

📋 copy color: '#A455EE'

red 164 ◦ green 85 ◦ blue 238

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

Shades of Amethyst #A455EE

Tints of Amethyst #A455EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 33.68%
G = 17.45%
B = 48.87%

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

#A455EE (or 0xA455EE) is known color: Amethyst. HEX triplet: A4, 55 and EE. RGB value is (164,85,238). Sum of RGB (Red+Green+Blue) = 164+85+238=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A455EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455EE is #5BAA11. Grayscale: #7D7D7D. Windows color (decimal): -6007314 or 15619492. OLE color: 15619492.

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

Color convert

RGB 164 85 238 -
CMYK 0.31 0.64 0 0.07
HSL 270.98º 0.82% 0.63% -
HSV(B) 270.98º 0.64% 0.93% -
XYZ 33.99 20.56 83.07 -
YUV 126.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 164 85 238 0.31 0.64 0 0.07 270.98 0.82 0.63
Hex A4 55 EE 1F 40 0 7 10F 52 3F
Octal 244 125 356 37 100 0 7 417 122 77
Binary 10100100 1010101 11101110 11111 1000000 0 111 100001111 1010010 111111

Color Harmonies of #A455EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455EE

Black with #A455EE

Text Example


Text Example

White with #A455EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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