Html Css Color HEX #A566DA Amethyst

📋 copy color: '#A566DA'

red 165 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #A566DA

Tints of Amethyst #A566DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 34.02%
G = 21.03%
B = 44.95%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A566DA (or 0xA566DA) is known color: Amethyst. HEX triplet: A5, 66 and DA. RGB value is (165,102,218). Sum of RGB (Red+Green+Blue) = 165+102+218=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A566DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566DA is #5A9925. Grayscale: #858585. Windows color (decimal): -5937446 or 14313125. OLE color: 14313125.

HSL color Cylindrical-coordinate representation of color #A566DA: hue angle of 272.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A566DA is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 102 218 -
CMYK 0.24 0.53 0 0.15
HSL 272.59º 0.61% 0.63% -
HSV(B) 272.59º 0.53% 0.85% -
XYZ 32.92 22.56 68.95 -
YUV 134.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 165 102 218 0.24 0.53 0 0.15 272.59 0.61 0.63
Hex A5 66 DA 18 35 0 F 111 3D 3F
Octal 245 146 332 30 65 0 17 421 75 77
Binary 10100101 1100110 11011010 11000 110101 0 1111 100010001 111101 111111

Color Harmonies of #A566DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566DA

Black with #A566DA

Text Example


Text Example

White with #A566DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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