Html Css Color HEX #A566D7 Amethyst

📋 copy color: '#A566D7'

red 165 ◦ green 102 ◦ blue 215

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

Shades of Amethyst #A566D7

Tints of Amethyst #A566D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 34.23%
G = 21.16%
B = 44.61%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A566D7 (or 0xA566D7) is known color: Amethyst. HEX triplet: A5, 66 and D7. RGB value is (165,102,215). Sum of RGB (Red+Green+Blue) = 165+102+215=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #A566D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566D7 is #5A9928. Grayscale: #858585. Windows color (decimal): -5937449 or 14116517. OLE color: 14116517.

HSL color Cylindrical-coordinate representation of color #A566D7: hue angle of 273.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A566D7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 102 215 -
CMYK 0.23 0.53 0 0.16
HSL 273.45º 0.59% 0.62% -
HSV(B) 273.45º 0.53% 0.84% -
XYZ 32.53 22.41 66.9 -
YUV 133.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 165 102 215 0.23 0.53 0 0.16 273.45 0.59 0.62
Hex A5 66 D7 17 35 0 10 111 3B 3E
Octal 245 146 327 27 65 0 20 421 73 76
Binary 10100101 1100110 11010111 10111 110101 0 10000 100010001 111011 111110

Color Harmonies of #A566D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566D7

Black with #A566D7

Text Example


Text Example

White with #A566D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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