Html Css Color HEX #A566DE Amethyst

📋 copy color: '#A566DE'

red 165 ◦ green 102 ◦ blue 222

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

Shades of Amethyst #A566DE

Tints of Amethyst #A566DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 33.74%
G = 20.86%
B = 45.4%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A566DE (or 0xA566DE) is known color: Amethyst. HEX triplet: A5, 66 and DE. RGB value is (165,102,222). Sum of RGB (Red+Green+Blue) = 165+102+222=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #A566DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566DE is #5A9921. Grayscale: #868686. Windows color (decimal): -5937442 or 14575269. OLE color: 14575269.

HSL color Cylindrical-coordinate representation of color #A566DE: hue angle of 271.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A566DE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 102 222 -
CMYK 0.26 0.54 0 0.13
HSL 271.5º 0.65% 0.64% -
HSV(B) 271.5º 0.54% 0.87% -
XYZ 33.45 22.78 71.74 -
YUV 134.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 165 102 222 0.26 0.54 0 0.13 271.5 0.65 0.64
Hex A5 66 DE 1A 36 0 D 110 41 40
Octal 245 146 336 32 66 0 15 420 101 100
Binary 10100101 1100110 11011110 11010 110110 0 1101 100010000 1000001 1000000

Color Harmonies of #A566DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566DE

Black with #A566DE

Text Example


Text Example

White with #A566DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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