Html Css Color HEX #A06FCD Amethyst

📋 copy color: '#A06FCD'

red 160 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #A06FCD

Tints of Amethyst #A06FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 33.61%
G = 23.32%
B = 43.07%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A06FCD (or 0xA06FCD) is known color: Amethyst. HEX triplet: A0, 6F and CD. RGB value is (160,111,205). Sum of RGB (Red+Green+Blue) = 160+111+205=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A06FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCD is #5F9032. Grayscale: #888888. Windows color (decimal): -6262835 or 13463456. OLE color: 13463456.

HSL color Cylindrical-coordinate representation of color #A06FCD: hue angle of 271.28º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06FCD is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 111 205 -
CMYK 0.22 0.46 0 0.20
HSL 271.28º 0.48% 0.62% -
HSV(B) 271.28º 0.46% 0.8% -
XYZ 31.2 23.25 60.6 -
YUV 136.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 160 111 205 0.22 0.46 0 0.20 271.28 0.48 0.62
Hex A0 6F CD 16 2E 0 14 10F 30 3E
Octal 240 157 315 26 56 0 24 417 60 76
Binary 10100000 1101111 11001101 10110 101110 0 10100 100001111 110000 111110

Color Harmonies of #A06FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FCD

Black with #A06FCD

Text Example


Text Example

White with #A06FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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