Html Css Color HEX #A667C5 Amethyst

📋 copy color: '#A667C5'

red 166 ◦ green 103 ◦ blue 197

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

Shades of Amethyst #A667C5

Tints of Amethyst #A667C5

RGB

 RED value IS 166 (65.23% from 255) = 35.62%

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

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 35.62%
G = 22.1%
B = 42.27%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A667C5 (or 0xA667C5) is known color: Amethyst. HEX triplet: A6, 67 and C5. RGB value is (166,103,197). Sum of RGB (Red+Green+Blue) = 166+103+197=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #A667C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667C5 is #59983A. Grayscale: #848484. Windows color (decimal): -5871675 or 12937126. OLE color: 12937126.

HSL color Cylindrical-coordinate representation of color #A667C5: hue angle of 280.21º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A667C5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 103 197 -
CMYK 0.16 0.48 0 0.23
HSL 280.21º 0.45% 0.59% -
HSV(B) 280.21º 0.48% 0.77% -
XYZ 30.65 21.84 55.42 -
YUV 132.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 166 103 197 0.16 0.48 0 0.23 280.21 0.45 0.59
Hex A6 67 C5 10 30 0 17 118 2D 3B
Octal 246 147 305 20 60 0 27 430 55 73
Binary 10100110 1100111 11000101 10000 110000 0 10111 100011000 101101 111011

Color Harmonies of #A667C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667C5

Black with #A667C5

Text Example


Text Example

White with #A667C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667C5; }

 p { color: rgb(166,103,197); }

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

background-color css

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

 a { background-color: rgb(166,103,197); }

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

border-color css

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

 span { border-color: rgb(166,103,197); }

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