Html Css Color HEX #A45CE5 Amethyst

📋 copy color: '#A45CE5'

red 164 ◦ green 92 ◦ blue 229

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

Shades of Amethyst #A45CE5

Tints of Amethyst #A45CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 33.81%
G = 18.97%
B = 47.22%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A45CE5 (or 0xA45CE5) is known color: Amethyst. HEX triplet: A4, 5C and E5. RGB value is (164,92,229). Sum of RGB (Red+Green+Blue) = 164+92+229=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #A45CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CE5 is #5BA31A. Grayscale: #808080. Windows color (decimal): -6005531 or 15031460. OLE color: 15031460.

HSL color Cylindrical-coordinate representation of color #A45CE5: hue angle of 271.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45CE5 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 92 229 -
CMYK 0.28 0.60 0 0.10
HSL 271.53º 0.72% 0.63% -
HSV(B) 271.53º 0.6% 0.9% -
XYZ 33.28 21.2 76.47 -
YUV 129.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 164 92 229 0.28 0.60 0 0.10 271.53 0.72 0.63
Hex A4 5C E5 1C 3C 0 A 110 48 3F
Octal 244 134 345 34 74 0 12 420 110 77
Binary 10100100 1011100 11100101 11100 111100 0 1010 100010000 1001000 111111

Color Harmonies of #A45CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CE5

Black with #A45CE5

Text Example


Text Example

White with #A45CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CE5; }

 p { color: rgb(164,92,229); }

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

background-color css

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

 a { background-color: rgb(164,92,229); }

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

border-color css

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

 span { border-color: rgb(164,92,229); }

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