Html Css Color HEX #A061D2 Amethyst

📋 copy color: '#A061D2'

red 160 ◦ green 97 ◦ blue 210

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

Shades of Amethyst #A061D2

Tints of Amethyst #A061D2

RGB

 RED value IS 160 (62.89% from 255) = 34.26%

 GREEN value IS 97 (38.28% from 255) = 20.77%

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

R = 34.26%
G = 20.77%
B = 44.97%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A061D2 (or 0xA061D2) is known color: Amethyst. HEX triplet: A0, 61 and D2. RGB value is (160,97,210). Sum of RGB (Red+Green+Blue) = 160+97+210=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #A061D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061D2 is #5F9E2D. Grayscale: #808080. Windows color (decimal): -6266414 or 13787552. OLE color: 13787552.

HSL color Cylindrical-coordinate representation of color #A061D2: hue angle of 273.45º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A061D2 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 97 210 -
CMYK 0.24 0.54 0 0.18
HSL 273.45º 0.56% 0.6% -
HSV(B) 273.45º 0.54% 0.82% -
XYZ 30.4 20.68 63.36 -
YUV 128.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 160 97 210 0.24 0.54 0 0.18 273.45 0.56 0.6
Hex A0 61 D2 18 36 0 12 111 38 3C
Octal 240 141 322 30 66 0 22 421 70 74
Binary 10100000 1100001 11010010 11000 110110 0 10010 100010001 111000 111100

Color Harmonies of #A061D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061D2

Black with #A061D2

Text Example


Text Example

White with #A061D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061D2; }

 p { color: rgb(160,97,210); }

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

background-color css

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

 a { background-color: rgb(160,97,210); }

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

border-color css

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

 span { border-color: rgb(160,97,210); }

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