Html Css Color HEX #A670D2 Amethyst

📋 copy color: '#A670D2'

red 166 ◦ green 112 ◦ blue 210

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

Shades of Amethyst #A670D2

Tints of Amethyst #A670D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 34.02%
G = 22.95%
B = 43.03%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A670D2 (or 0xA670D2) is known color: Amethyst. HEX triplet: A6, 70 and D2. RGB value is (166,112,210). Sum of RGB (Red+Green+Blue) = 166+112+210=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #A670D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670D2 is #598F2D. Grayscale: #8A8A8A. Windows color (decimal): -5869358 or 13791398. OLE color: 13791398.

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

Color convert

RGB 166 112 210 -
CMYK 0.21 0.47 0 0.18
HSL 273.06º 0.52% 0.63% -
HSV(B) 273.06º 0.47% 0.82% -
XYZ 33.15 24.35 63.93 -
YUV 139.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 166 112 210 0.21 0.47 0 0.18 273.06 0.52 0.63
Hex A6 70 D2 15 2F 0 12 111 34 3F
Octal 246 160 322 25 57 0 22 421 64 77
Binary 10100110 1110000 11010010 10101 101111 0 10010 100010001 110100 111111

Color Harmonies of #A670D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670D2

Black with #A670D2

Text Example


Text Example

White with #A670D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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