Html Css Color HEX #A45CE9 Amethyst

📋 copy color: '#A45CE9'

red 164 ◦ green 92 ◦ blue 233

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

Shades of Amethyst #A45CE9

Tints of Amethyst #A45CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 33.54%
G = 18.81%
B = 47.65%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A45CE9 (or 0xA45CE9) is known color: Amethyst. HEX triplet: A4, 5C and E9. RGB value is (164,92,233). Sum of RGB (Red+Green+Blue) = 164+92+233=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #A45CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CE9 is #5BA316. Grayscale: #818181. Windows color (decimal): -6005527 or 15293604. OLE color: 15293604.

HSL color Cylindrical-coordinate representation of color #A45CE9: hue angle of 270.64º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45CE9 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 92 233 -
CMYK 0.30 0.61 0 0.09
HSL 270.64º 0.76% 0.64% -
HSV(B) 270.64º 0.61% 0.91% -
XYZ 33.84 21.43 79.44 -
YUV 129.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 164 92 233 0.30 0.61 0 0.09 270.64 0.76 0.64
Hex A4 5C E9 1E 3D 0 9 10F 4C 40
Octal 244 134 351 36 75 0 11 417 114 100
Binary 10100100 1011100 11101001 11110 111101 0 1001 100001111 1001100 1000000

Color Harmonies of #A45CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CE9

Black with #A45CE9

Text Example


Text Example

White with #A45CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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