Html Css Color HEX #A467D6 Amethyst

📋 copy color: '#A467D6'

red 164 ◦ green 103 ◦ blue 214

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

Shades of Amethyst #A467D6

Tints of Amethyst #A467D6

RGB

 RED value IS 164 (64.45% from 255) = 34.1%

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

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 34.1%
G = 21.41%
B = 44.49%

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

#A467D6 (or 0xA467D6) is known color: Amethyst. HEX triplet: A4, 67 and D6. RGB value is (164,103,214). Sum of RGB (Red+Green+Blue) = 164+103+214=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #A467D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467D6 is #5B9829. Grayscale: #858585. Windows color (decimal): -6002730 or 14051236. OLE color: 14051236.

HSL color Cylindrical-coordinate representation of color #A467D6: hue angle of 272.97º degrees, saturation: 0.58, 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 #A467D6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 103 214 -
CMYK 0.23 0.52 0 0.16
HSL 272.97º 0.58% 0.62% -
HSV(B) 272.97º 0.52% 0.84% -
XYZ 32.3 22.45 66.25 -
YUV 133.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 164 103 214 0.23 0.52 0 0.16 272.97 0.58 0.62
Hex A4 67 D6 17 34 0 10 111 3A 3E
Octal 244 147 326 27 64 0 20 421 72 76
Binary 10100100 1100111 11010110 10111 110100 0 10000 100010001 111010 111110

Color Harmonies of #A467D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467D6

Black with #A467D6

Text Example


Text Example

White with #A467D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467D6; }

 p { color: rgb(164,103,214); }

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

background-color css

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

 a { background-color: rgb(164,103,214); }

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

border-color css

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

 span { border-color: rgb(164,103,214); }

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