Html Css Color HEX #A667C7 Amethyst

📋 copy color: '#A667C7'

red 166 ◦ green 103 ◦ blue 199

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

Shades of Amethyst #A667C7

Tints of Amethyst #A667C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 35.47%
G = 22.01%
B = 42.52%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A667C7 (or 0xA667C7) is known color: Amethyst. HEX triplet: A6, 67 and C7. RGB value is (166,103,199). Sum of RGB (Red+Green+Blue) = 166+103+199=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #A667C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667C7 is #599838. Grayscale: #848484. Windows color (decimal): -5871673 or 13068198. OLE color: 13068198.

HSL color Cylindrical-coordinate representation of color #A667C7: hue angle of 279.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A667C7 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 103 199 -
CMYK 0.17 0.48 0 0.22
HSL 279.38º 0.46% 0.59% -
HSV(B) 279.38º 0.48% 0.78% -
XYZ 30.88 21.93 56.64 -
YUV 132.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 166 103 199 0.17 0.48 0 0.22 279.38 0.46 0.59
Hex A6 67 C7 11 30 0 16 117 2E 3B
Octal 246 147 307 21 60 0 26 427 56 73
Binary 10100110 1100111 11000111 10001 110000 0 10110 100010111 101110 111011

Color Harmonies of #A667C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667C7

Black with #A667C7

Text Example


Text Example

White with #A667C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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