Html Css Color HEX #A564E0 Amethyst

📋 copy color: '#A564E0'

red 165 ◦ green 100 ◦ blue 224

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

Shades of Amethyst #A564E0

Tints of Amethyst #A564E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 33.74%
G = 20.45%
B = 45.81%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A564E0 (or 0xA564E0) is known color: Amethyst. HEX triplet: A5, 64 and E0. RGB value is (165,100,224). Sum of RGB (Red+Green+Blue) = 165+100+224=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #A564E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564E0 is #5A9B1F. Grayscale: #858585. Windows color (decimal): -5937952 or 14705829. OLE color: 14705829.

HSL color Cylindrical-coordinate representation of color #A564E0: hue angle of 271.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A564E0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 100 224 -
CMYK 0.26 0.55 0 0.12
HSL 271.45º 0.67% 0.64% -
HSV(B) 271.45º 0.55% 0.88% -
XYZ 33.53 22.5 73.1 -
YUV 133.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 165 100 224 0.26 0.55 0 0.12 271.45 0.67 0.64
Hex A5 64 E0 1A 37 0 C 10F 43 40
Octal 245 144 340 32 67 0 14 417 103 100
Binary 10100101 1100100 11100000 11010 110111 0 1100 100001111 1000011 1000000

Color Harmonies of #A564E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564E0

Black with #A564E0

Text Example


Text Example

White with #A564E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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