Html Css Color HEX #A66FBE Amethyst

📋 copy color: '#A66FBE'

red 166 ◦ green 111 ◦ blue 190

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

Shades of Amethyst #A66FBE

Tints of Amethyst #A66FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 35.55%
G = 23.77%
B = 40.69%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A66FBE (or 0xA66FBE) is known color: Amethyst. HEX triplet: A6, 6F and BE. RGB value is (166,111,190). Sum of RGB (Red+Green+Blue) = 166+111+190=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A66FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FBE is #599041. Grayscale: #888888. Windows color (decimal): -5869634 or 12480422. OLE color: 12480422.

HSL color Cylindrical-coordinate representation of color #A66FBE: hue angle of 281.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66FBE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 111 190 -
CMYK 0.13 0.42 0 0.25
HSL 281.77º 0.38% 0.59% -
HSV(B) 281.77º 0.42% 0.75% -
XYZ 30.7 23.19 51.57 -
YUV 136.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 166 111 190 0.13 0.42 0 0.25 281.77 0.38 0.59
Hex A6 6F BE D 2A 0 19 11A 26 3B
Octal 246 157 276 15 52 0 31 432 46 73
Binary 10100110 1101111 10111110 1101 101010 0 11001 100011010 100110 111011

Color Harmonies of #A66FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FBE

Black with #A66FBE

Text Example


Text Example

White with #A66FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FBE; }

 p { color: rgb(166,111,190); }

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

background-color css

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

 a { background-color: rgb(166,111,190); }

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

border-color css

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

 span { border-color: rgb(166,111,190); }

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