Html Css Color HEX #A06FCA Amethyst

📋 copy color: '#A06FCA'

red 160 ◦ green 111 ◦ blue 202

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

Shades of Amethyst #A06FCA

Tints of Amethyst #A06FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 33.83%
G = 23.47%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A06FCA (or 0xA06FCA) is known color: Amethyst. HEX triplet: A0, 6F and CA. RGB value is (160,111,202). Sum of RGB (Red+Green+Blue) = 160+111+202=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A06FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCA is #5F9035. Grayscale: #878787. Windows color (decimal): -6262838 or 13266848. OLE color: 13266848.

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

Color convert

RGB 160 111 202 -
CMYK 0.21 0.45 0 0.21
HSL 272.31º 0.46% 0.61% -
HSV(B) 272.31º 0.45% 0.79% -
XYZ 30.84 23.11 58.71 -
YUV 136.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 160 111 202 0.21 0.45 0 0.21 272.31 0.46 0.61
Hex A0 6F CA 15 2D 0 15 110 2E 3D
Octal 240 157 312 25 55 0 25 420 56 75
Binary 10100000 1101111 11001010 10101 101101 0 10101 100010000 101110 111101

Color Harmonies of #A06FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FCA

Black with #A06FCA

Text Example


Text Example

White with #A06FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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