Html Css Color HEX #A06FD2 Amethyst

📋 copy color: '#A06FD2'

red 160 ◦ green 111 ◦ blue 210

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

Shades of Amethyst #A06FD2

Tints of Amethyst #A06FD2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

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

R = 33.26%
G = 23.08%
B = 43.66%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A06FD2 (or 0xA06FD2) is known color: Amethyst. HEX triplet: A0, 6F and D2. RGB value is (160,111,210). Sum of RGB (Red+Green+Blue) = 160+111+210=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #A06FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FD2 is #5F902D. Grayscale: #888888. Windows color (decimal): -6262830 or 13791136. OLE color: 13791136.

HSL color Cylindrical-coordinate representation of color #A06FD2: hue angle of 269.7º 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 #A06FD2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 111 210 -
CMYK 0.24 0.47 0 0.18
HSL 269.7º 0.52% 0.63% -
HSV(B) 269.7º 0.47% 0.82% -
XYZ 31.81 23.5 63.83 -
YUV 136.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 160 111 210 0.24 0.47 0 0.18 269.7 0.52 0.63
Hex A0 6F D2 18 2F 0 12 10E 34 3F
Octal 240 157 322 30 57 0 22 416 64 77
Binary 10100000 1101111 11010010 11000 101111 0 10010 100001110 110100 111111

Color Harmonies of #A06FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FD2

Black with #A06FD2

Text Example


Text Example

White with #A06FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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