Html Css Color HEX #A06BCB Amethyst

📋 copy color: '#A06BCB'

red 160 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #A06BCB

Tints of Amethyst #A06BCB

RGB

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

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

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

R = 34.04%
G = 22.77%
B = 43.19%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A06BCB (or 0xA06BCB) is known color: Amethyst. HEX triplet: A0, 6B and CB. RGB value is (160,107,203). Sum of RGB (Red+Green+Blue) = 160+107+203=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BCB is #5F9434. Grayscale: #858585. Windows color (decimal): -6263861 or 13331360. OLE color: 13331360.

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

Color convert

RGB 160 107 203 -
CMYK 0.21 0.47 0 0.20
HSL 273.13º 0.48% 0.61% -
HSV(B) 273.13º 0.47% 0.8% -
XYZ 30.53 22.3 59.2 -
YUV 133.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 160 107 203 0.21 0.47 0 0.20 273.13 0.48 0.61
Hex A0 6B CB 15 2F 0 14 111 30 3D
Octal 240 153 313 25 57 0 24 421 60 75
Binary 10100000 1101011 11001011 10101 101111 0 10100 100010001 110000 111101

Color Harmonies of #A06BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BCB

Black with #A06BCB

Text Example


Text Example

White with #A06BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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