Html Css Color HEX #A670DD Amethyst

📋 copy color: '#A670DD'

red 166 ◦ green 112 ◦ blue 221

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

Shades of Amethyst #A670DD

Tints of Amethyst #A670DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

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

R = 33.27%
G = 22.44%
B = 44.29%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A670DD (or 0xA670DD) is known color: Amethyst. HEX triplet: A6, 70 and DD. RGB value is (166,112,221). Sum of RGB (Red+Green+Blue) = 166+112+221=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #A670DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670DD is #598F22. Grayscale: #8C8C8C. Windows color (decimal): -5869347 or 14512294. OLE color: 14512294.

HSL color Cylindrical-coordinate representation of color #A670DD: hue angle of 269.72º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A670DD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 112 221 -
CMYK 0.25 0.49 0 0.13
HSL 269.72º 0.62% 0.65% -
HSV(B) 269.72º 0.49% 0.87% -
XYZ 34.57 24.92 71.39 -
YUV 140.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 166 112 221 0.25 0.49 0 0.13 269.72 0.62 0.65
Hex A6 70 DD 19 31 0 D 10E 3E 41
Octal 246 160 335 31 61 0 15 416 76 101
Binary 10100110 1110000 11011101 11001 110001 0 1101 100001110 111110 1000001

Color Harmonies of #A670DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670DD

Black with #A670DD

Text Example


Text Example

White with #A670DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670DD; }

 p { color: rgb(166,112,221); }

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

background-color css

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

 a { background-color: rgb(166,112,221); }

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

border-color css

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

 span { border-color: rgb(166,112,221); }

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