Html Css Color HEX #A567D5 Amethyst

📋 copy color: '#A567D5'

red 165 ◦ green 103 ◦ blue 213

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

Shades of Amethyst #A567D5

Tints of Amethyst #A567D5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 34.3%
G = 21.41%
B = 44.28%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A567D5 (or 0xA567D5) is known color: Amethyst. HEX triplet: A5, 67 and D5. RGB value is (165,103,213). Sum of RGB (Red+Green+Blue) = 165+103+213=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A567D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567D5 is #5A982A. Grayscale: #858585. Windows color (decimal): -5937195 or 13985701. OLE color: 13985701.

HSL color Cylindrical-coordinate representation of color #A567D5: hue angle of 273.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A567D5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 103 213 -
CMYK 0.23 0.52 0 0.16
HSL 273.82º 0.57% 0.62% -
HSV(B) 273.82º 0.52% 0.84% -
XYZ 32.38 22.5 65.59 -
YUV 134.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 165 103 213 0.23 0.52 0 0.16 273.82 0.57 0.62
Hex A5 67 D5 17 34 0 10 112 39 3E
Octal 245 147 325 27 64 0 20 422 71 76
Binary 10100101 1100111 11010101 10111 110100 0 10000 100010010 111001 111110

Color Harmonies of #A567D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A567D5

Black with #A567D5

Text Example


Text Example

White with #A567D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A567D5; }

 p { color: rgb(165,103,213); }

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

background-color css

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

 a { background-color: rgb(165,103,213); }

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

border-color css

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

 span { border-color: rgb(165,103,213); }

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