Html Css Color HEX #A661CB Amethyst

📋 copy color: '#A661CB'

red 166 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #A661CB

Tints of Amethyst #A661CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

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

R = 35.62%
G = 20.82%
B = 43.56%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A661CB (or 0xA661CB) is known color: Amethyst. HEX triplet: A6, 61 and CB. RGB value is (166,97,203). Sum of RGB (Red+Green+Blue) = 166+97+203=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A661CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661CB is #599E34. Grayscale: #818181. Windows color (decimal): -5873205 or 13328806. OLE color: 13328806.

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

Color convert

RGB 166 97 203 -
CMYK 0.18 0.52 0 0.20
HSL 279.06º 0.5% 0.59% -
HSV(B) 279.06º 0.52% 0.8% -
XYZ 30.78 20.97 58.92 -
YUV 129.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 166 97 203 0.18 0.52 0 0.20 279.06 0.5 0.59
Hex A6 61 CB 12 34 0 14 117 32 3B
Octal 246 141 313 22 64 0 24 427 62 73
Binary 10100110 1100001 11001011 10010 110100 0 10100 100010111 110010 111011

Color Harmonies of #A661CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661CB

Black with #A661CB

Text Example


Text Example

White with #A661CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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