Html Css Color HEX #A06BCA Amethyst

📋 copy color: '#A06BCA'

red 160 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #A06BCA

Tints of Amethyst #A06BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

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

R = 34.12%
G = 22.81%
B = 43.07%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A06BCA (or 0xA06BCA) is known color: Amethyst. HEX triplet: A0, 6B and CA. RGB value is (160,107,202). Sum of RGB (Red+Green+Blue) = 160+107+202=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A06BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BCA is #5F9435. Grayscale: #858585. Windows color (decimal): -6263862 or 13265824. OLE color: 13265824.

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

Color convert

RGB 160 107 202 -
CMYK 0.21 0.47 0 0.21
HSL 273.47º 0.47% 0.61% -
HSV(B) 273.47º 0.47% 0.79% -
XYZ 30.42 22.25 58.57 -
YUV 133.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 160 107 202 0.21 0.47 0 0.21 273.47 0.47 0.61
Hex A0 6B CA 15 2F 0 15 111 2F 3D
Octal 240 153 312 25 57 0 25 421 57 75
Binary 10100000 1101011 11001010 10101 101111 0 10101 100010001 101111 111101

Color Harmonies of #A06BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BCA

Black with #A06BCA

Text Example


Text Example

White with #A06BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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