Html Css Color HEX #A06DCA Amethyst

📋 copy color: '#A06DCA'

red 160 ◦ green 109 ◦ blue 202

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

Shades of Amethyst #A06DCA

Tints of Amethyst #A06DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

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

R = 33.97%
G = 23.14%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A06DCA (or 0xA06DCA) is known color: Amethyst. HEX triplet: A0, 6D and CA. RGB value is (160,109,202). Sum of RGB (Red+Green+Blue) = 160+109+202=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A06DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DCA is #5F9235. Grayscale: #868686. Windows color (decimal): -6263350 or 13266336. OLE color: 13266336.

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

Color convert

RGB 160 109 202 -
CMYK 0.21 0.46 0 0.21
HSL 272.9º 0.47% 0.61% -
HSV(B) 272.9º 0.46% 0.79% -
XYZ 30.63 22.68 58.64 -
YUV 134.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 160 109 202 0.21 0.46 0 0.21 272.9 0.47 0.61
Hex A0 6D CA 15 2E 0 15 111 2F 3D
Octal 240 155 312 25 56 0 25 421 57 75
Binary 10100000 1101101 11001010 10101 101110 0 10101 100010001 101111 111101

Color Harmonies of #A06DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DCA

Black with #A06DCA

Text Example


Text Example

White with #A06DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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