Html Css Color HEX #A455EC Amethyst

📋 copy color: '#A455EC'

red 164 ◦ green 85 ◦ blue 236

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

Shades of Amethyst #A455EC

Tints of Amethyst #A455EC

RGB

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

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

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

R = 33.81%
G = 17.53%
B = 48.66%

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

#A455EC (or 0xA455EC) is known color: Amethyst. HEX triplet: A4, 55 and EC. RGB value is (164,85,236). Sum of RGB (Red+Green+Blue) = 164+85+236=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A455EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455EC is #5BAA13. Grayscale: #7D7D7D. Windows color (decimal): -6007316 or 15488420. OLE color: 15488420.

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

Color convert

RGB 164 85 236 -
CMYK 0.31 0.64 0 0.07
HSL 271.39º 0.8% 0.63% -
HSV(B) 271.39º 0.64% 0.93% -
XYZ 33.7 20.45 81.53 -
YUV 125.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 164 85 236 0.31 0.64 0 0.07 271.39 0.8 0.63
Hex A4 55 EC 1F 40 0 7 10F 50 3F
Octal 244 125 354 37 100 0 7 417 120 77
Binary 10100100 1010101 11101100 11111 1000000 0 111 100001111 1010000 111111

Color Harmonies of #A455EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455EC

Black with #A455EC

Text Example


Text Example

White with #A455EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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