Html Css Color HEX #A06BCC Amethyst

📋 copy color: '#A06BCC'

red 160 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #A06BCC

Tints of Amethyst #A06BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 33.97%
G = 22.72%
B = 43.31%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A06BCC (or 0xA06BCC) is known color: Amethyst. HEX triplet: A0, 6B and CC. RGB value is (160,107,204). Sum of RGB (Red+Green+Blue) = 160+107+204=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BCC is #5F9433. Grayscale: #858585. Windows color (decimal): -6263860 or 13396896. OLE color: 13396896.

HSL color Cylindrical-coordinate representation of color #A06BCC: hue angle of 272.78º degrees, saturation: 0.49, 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 #A06BCC is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 107 204 -
CMYK 0.22 0.48 0 0.2
HSL 272.78º 0.49% 0.61% -
HSV(B) 272.78º 0.48% 0.8% -
XYZ 30.65 22.35 59.82 -
YUV 133.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 160 107 204 0.22 0.48 0 0.2 272.78 0.49 0.61
Hex A0 6B CC 16 30 0 14 111 31 3D
Octal 240 153 314 26 60 0 24 421 61 75
Binary 10100000 1101011 11001100 10110 110000 0 10100 100010001 110001 111101

Color Harmonies of #A06BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BCC

Black with #A06BCC

Text Example


Text Example

White with #A06BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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