Html Css Color HEX #A668CB Amethyst

📋 copy color: '#A668CB'

red 166 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #A668CB

Tints of Amethyst #A668CB

RGB

 RED value IS 166 (65.23% from 255) = 35.1%

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 35.1%
G = 21.99%
B = 42.92%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A668CB (or 0xA668CB) is known color: Amethyst. HEX triplet: A6, 68 and CB. RGB value is (166,104,203). Sum of RGB (Red+Green+Blue) = 166+104+203=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A668CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668CB is #599734. Grayscale: #858585. Windows color (decimal): -5871413 or 13330598. OLE color: 13330598.

HSL color Cylindrical-coordinate representation of color #A668CB: hue angle of 277.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A668CB is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 104 203 -
CMYK 0.18 0.49 0 0.20
HSL 277.58º 0.49% 0.6% -
HSV(B) 277.58º 0.49% 0.8% -
XYZ 31.46 22.32 59.15 -
YUV 133.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 166 104 203 0.18 0.49 0 0.20 277.58 0.49 0.6
Hex A6 68 CB 12 31 0 14 116 31 3C
Octal 246 150 313 22 61 0 24 426 61 74
Binary 10100110 1101000 11001011 10010 110001 0 10100 100010110 110001 111100

Color Harmonies of #A668CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668CB

Black with #A668CB

Text Example


Text Example

White with #A668CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668CB; }

 p { color: rgb(166,104,203); }

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

background-color css

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

 a { background-color: rgb(166,104,203); }

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

border-color css

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

 span { border-color: rgb(166,104,203); }

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