Html Css Color HEX #A565D2 Amethyst

📋 copy color: '#A565D2'

red 165 ◦ green 101 ◦ blue 210

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

Shades of Amethyst #A565D2

Tints of Amethyst #A565D2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 34.66%
G = 21.22%
B = 44.12%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A565D2 (or 0xA565D2) is known color: Amethyst. HEX triplet: A5, 65 and D2. RGB value is (165,101,210). Sum of RGB (Red+Green+Blue) = 165+101+210=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #A565D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565D2 is #5A9A2D. Grayscale: #848484. Windows color (decimal): -5937710 or 13788581. OLE color: 13788581.

HSL color Cylindrical-coordinate representation of color #A565D2: hue angle of 275.23º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A565D2 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 101 210 -
CMYK 0.21 0.52 0 0.18
HSL 275.23º 0.55% 0.61% -
HSV(B) 275.23º 0.52% 0.82% -
XYZ 31.8 21.96 63.54 -
YUV 132.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 165 101 210 0.21 0.52 0 0.18 275.23 0.55 0.61
Hex A5 65 D2 15 34 0 12 113 37 3D
Octal 245 145 322 25 64 0 22 423 67 75
Binary 10100101 1100101 11010010 10101 110100 0 10010 100010011 110111 111101

Color Harmonies of #A565D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565D2

Black with #A565D2

Text Example


Text Example

White with #A565D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565D2; }

 p { color: rgb(165,101,210); }

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

background-color css

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

 a { background-color: rgb(165,101,210); }

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

border-color css

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

 span { border-color: rgb(165,101,210); }

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