Html Css Color HEX #A564C4 Amethyst

📋 copy color: '#A564C4'

red 165 ◦ green 100 ◦ blue 196

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

Shades of Amethyst #A564C4

Tints of Amethyst #A564C4

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 35.79%
G = 21.69%
B = 42.52%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A564C4 (or 0xA564C4) is known color: Amethyst. HEX triplet: A5, 64 and C4. RGB value is (165,100,196). Sum of RGB (Red+Green+Blue) = 165+100+196=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A564C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564C4 is #5A9B3B. Grayscale: #828282. Windows color (decimal): -5937980 or 12870821. OLE color: 12870821.

HSL color Cylindrical-coordinate representation of color #A564C4: hue angle of 280.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A564C4 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 100 196 -
CMYK 0.16 0.49 0 0.23
HSL 280.63º 0.45% 0.58% -
HSV(B) 280.63º 0.49% 0.77% -
XYZ 30.04 21.1 54.71 -
YUV 130.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 165 100 196 0.16 0.49 0 0.23 280.63 0.45 0.58
Hex A5 64 C4 10 31 0 17 119 2D 3A
Octal 245 144 304 20 61 0 27 431 55 72
Binary 10100101 1100100 11000100 10000 110001 0 10111 100011001 101101 111010

Color Harmonies of #A564C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564C4

Black with #A564C4

Text Example


Text Example

White with #A564C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564C4; }

 p { color: rgb(165,100,196); }

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

background-color css

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

 a { background-color: rgb(165,100,196); }

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

border-color css

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

 span { border-color: rgb(165,100,196); }

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