Html Css Color HEX #A670D3 Amethyst

📋 copy color: '#A670D3'

red 166 ◦ green 112 ◦ blue 211

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

Shades of Amethyst #A670D3

Tints of Amethyst #A670D3

RGB

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

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

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

R = 33.95%
G = 22.9%
B = 43.15%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A670D3 (or 0xA670D3) is known color: Amethyst. HEX triplet: A6, 70 and D3. RGB value is (166,112,211). Sum of RGB (Red+Green+Blue) = 166+112+211=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #A670D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670D3 is #598F2C. Grayscale: #8B8B8B. Windows color (decimal): -5869357 or 13856934. OLE color: 13856934.

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

Color convert

RGB 166 112 211 -
CMYK 0.21 0.47 0 0.17
HSL 272.73º 0.53% 0.63% -
HSV(B) 272.73º 0.47% 0.83% -
XYZ 33.28 24.4 64.58 -
YUV 139.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 166 112 211 0.21 0.47 0 0.17 272.73 0.53 0.63
Hex A6 70 D3 15 2F 0 11 111 35 3F
Octal 246 160 323 25 57 0 21 421 65 77
Binary 10100110 1110000 11010011 10101 101111 0 10001 100010001 110101 111111

Color Harmonies of #A670D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670D3

Black with #A670D3

Text Example


Text Example

White with #A670D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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