Html Css Color HEX #A566E1 Amethyst

📋 copy color: '#A566E1'

red 165 ◦ green 102 ◦ blue 225

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

Shades of Amethyst #A566E1

Tints of Amethyst #A566E1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.73%

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 33.54%
G = 20.73%
B = 45.73%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A566E1 (or 0xA566E1) is known color: Amethyst. HEX triplet: A5, 66 and E1. RGB value is (165,102,225). Sum of RGB (Red+Green+Blue) = 165+102+225=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #A566E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566E1 is #5A991E. Grayscale: #868686. Windows color (decimal): -5937439 or 14771877. OLE color: 14771877.

HSL color Cylindrical-coordinate representation of color #A566E1: hue angle of 270.73º 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 #A566E1 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 102 225 -
CMYK 0.27 0.55 0 0.12
HSL 270.73º 0.67% 0.64% -
HSV(B) 270.73º 0.55% 0.88% -
XYZ 33.86 22.94 73.88 -
YUV 134.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 165 102 225 0.27 0.55 0 0.12 270.73 0.67 0.64
Hex A5 66 E1 1B 37 0 C 10F 43 40
Octal 245 146 341 33 67 0 14 417 103 100
Binary 10100101 1100110 11100001 11011 110111 0 1100 100001111 1000011 1000000

Color Harmonies of #A566E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566E1

Black with #A566E1

Text Example


Text Example

White with #A566E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566E1; }

 p { color: rgb(165,102,225); }

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

background-color css

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

 a { background-color: rgb(165,102,225); }

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

border-color css

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

 span { border-color: rgb(165,102,225); }

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