Html Css Color HEX #A06ACB Amethyst

📋 copy color: '#A06ACB'

red 160 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #A06ACB

Tints of Amethyst #A06ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 34.12%
G = 22.6%
B = 43.28%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A06ACB (or 0xA06ACB) is known color: Amethyst. HEX triplet: A0, 6A and CB. RGB value is (160,106,203). Sum of RGB (Red+Green+Blue) = 160+106+203=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ACB is #5F9534. Grayscale: #848484. Windows color (decimal): -6264117 or 13331104. OLE color: 13331104.

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

Color convert

RGB 160 106 203 -
CMYK 0.21 0.48 0 0.20
HSL 273.4º 0.48% 0.61% -
HSV(B) 273.4º 0.48% 0.8% -
XYZ 30.43 22.09 59.16 -
YUV 133.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 160 106 203 0.21 0.48 0 0.20 273.4 0.48 0.61
Hex A0 6A CB 15 30 0 14 111 30 3D
Octal 240 152 313 25 60 0 24 421 60 75
Binary 10100000 1101010 11001011 10101 110000 0 10100 100010001 110000 111101

Color Harmonies of #A06ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ACB

Black with #A06ACB

Text Example


Text Example

White with #A06ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ACB; }

 p { color: rgb(160,106,203); }

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

background-color css

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

 a { background-color: rgb(160,106,203); }

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

border-color css

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

 span { border-color: rgb(160,106,203); }

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