Html Css Color HEX #A467DD Amethyst

📋 copy color: '#A467DD'

red 164 ◦ green 103 ◦ blue 221

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

Shades of Amethyst #A467DD

Tints of Amethyst #A467DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 33.61%
G = 21.11%
B = 45.29%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A467DD (or 0xA467DD) is known color: Amethyst. HEX triplet: A4, 67 and DD. RGB value is (164,103,221). Sum of RGB (Red+Green+Blue) = 164+103+221=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A467DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467DD is #5B9822. Grayscale: #868686. Windows color (decimal): -6002723 or 14509988. OLE color: 14509988.

HSL color Cylindrical-coordinate representation of color #A467DD: hue angle of 271.02º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A467DD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 103 221 -
CMYK 0.26 0.53 0 0.13
HSL 271.02º 0.63% 0.64% -
HSV(B) 271.02º 0.53% 0.87% -
XYZ 33.21 22.81 71.06 -
YUV 134.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 164 103 221 0.26 0.53 0 0.13 271.02 0.63 0.64
Hex A4 67 DD 1A 35 0 D 10F 3F 40
Octal 244 147 335 32 65 0 15 417 77 100
Binary 10100100 1100111 11011101 11010 110101 0 1101 100001111 111111 1000000

Color Harmonies of #A467DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467DD

Black with #A467DD

Text Example


Text Example

White with #A467DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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