Html Css Color HEX #A667D3 Amethyst

📋 copy color: '#A667D3'

red 166 ◦ green 103 ◦ blue 211

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

Shades of Amethyst #A667D3

Tints of Amethyst #A667D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 34.58%
G = 21.46%
B = 43.96%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A667D3 (or 0xA667D3) is known color: Amethyst. HEX triplet: A6, 67 and D3. RGB value is (166,103,211). Sum of RGB (Red+Green+Blue) = 166+103+211=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #A667D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667D3 is #59982C. Grayscale: #858585. Windows color (decimal): -5871661 or 13854630. OLE color: 13854630.

HSL color Cylindrical-coordinate representation of color #A667D3: hue angle of 275º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A667D3 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 103 211 -
CMYK 0.21 0.51 0 0.17
HSL 275º 0.55% 0.62% -
HSV(B) 275º 0.51% 0.83% -
XYZ 32.33 22.51 64.27 -
YUV 134.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 166 103 211 0.21 0.51 0 0.17 275 0.55 0.62
Hex A6 67 D3 15 33 0 11 113 37 3E
Octal 246 147 323 25 63 0 21 423 67 76
Binary 10100110 1100111 11010011 10101 110011 0 10001 100010011 110111 111110

Color Harmonies of #A667D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667D3

Black with #A667D3

Text Example


Text Example

White with #A667D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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