Html Css Color HEX #A566DD Amethyst

📋 copy color: '#A566DD'

red 165 ◦ green 102 ◦ blue 221

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

Shades of Amethyst #A566DD

Tints of Amethyst #A566DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 33.81%
G = 20.9%
B = 45.29%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A566DD (or 0xA566DD) is known color: Amethyst. HEX triplet: A5, 66 and DD. RGB value is (165,102,221). Sum of RGB (Red+Green+Blue) = 165+102+221=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A566DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566DD is #5A9922. Grayscale: #858585. Windows color (decimal): -5937443 or 14509733. OLE color: 14509733.

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

Color convert

RGB 165 102 221 -
CMYK 0.25 0.54 0 0.13
HSL 271.76º 0.64% 0.63% -
HSV(B) 271.76º 0.54% 0.87% -
XYZ 33.32 22.72 71.04 -
YUV 134.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 165 102 221 0.25 0.54 0 0.13 271.76 0.64 0.63
Hex A5 66 DD 19 36 0 D 110 40 3F
Octal 245 146 335 31 66 0 15 420 100 77
Binary 10100101 1100110 11011101 11001 110110 0 1101 100010000 1000000 111111

Color Harmonies of #A566DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566DD

Black with #A566DD

Text Example


Text Example

White with #A566DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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