Html Css Color HEX #A467CC Amethyst

📋 copy color: '#A467CC'

red 164 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #A467CC

Tints of Amethyst #A467CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 34.82%
G = 21.87%
B = 43.31%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A467CC (or 0xA467CC) is known color: Amethyst. HEX triplet: A4, 67 and CC. RGB value is (164,103,204). Sum of RGB (Red+Green+Blue) = 164+103+204=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A467CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467CC is #5B9833. Grayscale: #848484. Windows color (decimal): -6002740 or 13395876. OLE color: 13395876.

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

Color convert

RGB 164 103 204 -
CMYK 0.20 0.50 0 0.2
HSL 276.24º 0.5% 0.6% -
HSV(B) 276.24º 0.5% 0.8% -
XYZ 31.06 21.95 59.73 -
YUV 132.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 164 103 204 0.20 0.50 0 0.2 276.24 0.5 0.6
Hex A4 67 CC 14 32 0 14 114 32 3C
Octal 244 147 314 24 62 0 24 424 62 74
Binary 10100100 1100111 11001100 10100 110010 0 10100 100010100 110010 111100

Color Harmonies of #A467CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467CC

Black with #A467CC

Text Example


Text Example

White with #A467CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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