Html Css Color HEX #A467C1 Amethyst

📋 copy color: '#A467C1'

red 164 ◦ green 103 ◦ blue 193

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

Shades of Amethyst #A467C1

Tints of Amethyst #A467C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 35.65%
G = 22.39%
B = 41.96%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A467C1 (or 0xA467C1) is known color: Amethyst. HEX triplet: A4, 67 and C1. RGB value is (164,103,193). Sum of RGB (Red+Green+Blue) = 164+103+193=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #A467C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467C1 is #5B983E. Grayscale: #838383. Windows color (decimal): -6002751 or 12674980. OLE color: 12674980.

HSL color Cylindrical-coordinate representation of color #A467C1: hue angle of 280.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A467C1 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 103 193 -
CMYK 0.15 0.47 0 0.24
HSL 280.67º 0.42% 0.58% -
HSV(B) 280.67º 0.47% 0.76% -
XYZ 29.79 21.44 53.02 -
YUV 131.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 164 103 193 0.15 0.47 0 0.24 280.67 0.42 0.58
Hex A4 67 C1 F 2F 0 18 119 2A 3A
Octal 244 147 301 17 57 0 30 431 52 72
Binary 10100100 1100111 11000001 1111 101111 0 11000 100011001 101010 111010

Color Harmonies of #A467C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467C1

Black with #A467C1

Text Example


Text Example

White with #A467C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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