Html Css Color HEX #A566DB Amethyst

📋 copy color: '#A566DB'

red 165 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #A566DB

Tints of Amethyst #A566DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 33.95%
G = 20.99%
B = 45.06%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A566DB (or 0xA566DB) is known color: Amethyst. HEX triplet: A5, 66 and DB. RGB value is (165,102,219). Sum of RGB (Red+Green+Blue) = 165+102+219=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A566DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566DB is #5A9924. Grayscale: #858585. Windows color (decimal): -5937445 or 14378661. OLE color: 14378661.

HSL color Cylindrical-coordinate representation of color #A566DB: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A566DB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 102 219 -
CMYK 0.25 0.53 0 0.14
HSL 272.31º 0.62% 0.63% -
HSV(B) 272.31º 0.53% 0.86% -
XYZ 33.05 22.62 69.64 -
YUV 134.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 165 102 219 0.25 0.53 0 0.14 272.31 0.62 0.63
Hex A5 66 DB 19 35 0 E 110 3E 3F
Octal 245 146 333 31 65 0 16 420 76 77
Binary 10100101 1100110 11011011 11001 110101 0 1110 100010000 111110 111111

Color Harmonies of #A566DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566DB

Black with #A566DB

Text Example


Text Example

White with #A566DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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