Html Css Color HEX #A45ACC Amethyst

📋 copy color: '#A45ACC'

red 164 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #A45ACC

Tints of Amethyst #A45ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 35.81%
G = 19.65%
B = 44.54%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A45ACC (or 0xA45ACC) is known color: Amethyst. HEX triplet: A4, 5A and CC. RGB value is (164,90,204). Sum of RGB (Red+Green+Blue) = 164+90+204=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A45ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACC is #5BA533. Grayscale: #7C7C7C. Windows color (decimal): -6006068 or 13392548. OLE color: 13392548.

HSL color Cylindrical-coordinate representation of color #A45ACC: hue angle of 278.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ACC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 90 204 -
CMYK 0.20 0.56 0 0.2
HSL 278.95º 0.53% 0.58% -
HSV(B) 278.95º 0.56% 0.8% -
XYZ 29.87 19.56 59.33 -
YUV 125.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 164 90 204 0.20 0.56 0 0.2 278.95 0.53 0.58
Hex A4 5A CC 14 38 0 14 117 35 3A
Octal 244 132 314 24 70 0 24 427 65 72
Binary 10100100 1011010 11001100 10100 111000 0 10100 100010111 110101 111010

Color Harmonies of #A45ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ACC

Black with #A45ACC

Text Example


Text Example

White with #A45ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ACC; }

 p { color: rgb(164,90,204); }

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

background-color css

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

 a { background-color: rgb(164,90,204); }

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

border-color css

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

 span { border-color: rgb(164,90,204); }

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