Html Css Color HEX #A669CB Amethyst

📋 copy color: '#A669CB'

red 166 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #A669CB

Tints of Amethyst #A669CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 35.02%
G = 22.15%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A669CB (or 0xA669CB) is known color: Amethyst. HEX triplet: A6, 69 and CB. RGB value is (166,105,203). Sum of RGB (Red+Green+Blue) = 166+105+203=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A669CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669CB is #599634. Grayscale: #868686. Windows color (decimal): -5871157 or 13330854. OLE color: 13330854.

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

Color convert

RGB 166 105 203 -
CMYK 0.18 0.48 0 0.20
HSL 277.35º 0.49% 0.6% -
HSV(B) 277.35º 0.48% 0.8% -
XYZ 31.56 22.52 59.18 -
YUV 134.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 166 105 203 0.18 0.48 0 0.20 277.35 0.49 0.6
Hex A6 69 CB 12 30 0 14 115 31 3C
Octal 246 151 313 22 60 0 24 425 61 74
Binary 10100110 1101001 11001011 10010 110000 0 10100 100010101 110001 111100

Color Harmonies of #A669CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669CB

Black with #A669CB

Text Example


Text Example

White with #A669CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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