Html Css Color HEX #A565CD Amethyst

📋 copy color: '#A565CD'

red 165 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #A565CD

Tints of Amethyst #A565CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 35.03%
G = 21.44%
B = 43.52%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A565CD (or 0xA565CD) is known color: Amethyst. HEX triplet: A5, 65 and CD. RGB value is (165,101,205). Sum of RGB (Red+Green+Blue) = 165+101+205=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #A565CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565CD is #5A9A32. Grayscale: #838383. Windows color (decimal): -5937715 or 13460901. OLE color: 13460901.

HSL color Cylindrical-coordinate representation of color #A565CD: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A565CD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 101 205 -
CMYK 0.20 0.51 0 0.20
HSL 276.92º 0.51% 0.6% -
HSV(B) 276.92º 0.51% 0.8% -
XYZ 31.19 21.71 60.31 -
YUV 131.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 165 101 205 0.20 0.51 0 0.20 276.92 0.51 0.6
Hex A5 65 CD 14 33 0 14 115 33 3C
Octal 245 145 315 24 63 0 24 425 63 74
Binary 10100101 1100101 11001101 10100 110011 0 10100 100010101 110011 111100

Color Harmonies of #A565CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565CD

Black with #A565CD

Text Example


Text Example

White with #A565CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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