Html Css Color HEX #A565D3 Amethyst

📋 copy color: '#A565D3'

red 165 ◦ green 101 ◦ blue 211

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

Shades of Amethyst #A565D3

Tints of Amethyst #A565D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 34.59%
G = 21.17%
B = 44.23%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A565D3 (or 0xA565D3) is known color: Amethyst. HEX triplet: A5, 65 and D3. RGB value is (165,101,211). Sum of RGB (Red+Green+Blue) = 165+101+211=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #A565D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565D3 is #5A9A2C. Grayscale: #848484. Windows color (decimal): -5937709 or 13854117. OLE color: 13854117.

HSL color Cylindrical-coordinate representation of color #A565D3: hue angle of 274.91º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A565D3 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 101 211 -
CMYK 0.22 0.52 0 0.17
HSL 274.91º 0.56% 0.61% -
HSV(B) 274.91º 0.52% 0.83% -
XYZ 31.93 22.01 64.19 -
YUV 132.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 165 101 211 0.22 0.52 0 0.17 274.91 0.56 0.61
Hex A5 65 D3 16 34 0 11 113 38 3D
Octal 245 145 323 26 64 0 21 423 70 75
Binary 10100101 1100101 11010011 10110 110100 0 10001 100010011 111000 111101

Color Harmonies of #A565D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565D3

Black with #A565D3

Text Example


Text Example

White with #A565D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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