Html Css Color HEX #A65BCE Amethyst

📋 copy color: '#A65BCE'

red 166 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #A65BCE

Tints of Amethyst #A65BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 35.85%
G = 19.65%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A65BCE (or 0xA65BCE) is known color: Amethyst. HEX triplet: A6, 5B and CE. RGB value is (166,91,206). Sum of RGB (Red+Green+Blue) = 166+91+206=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A65BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BCE is #59A431. Grayscale: #7E7E7E. Windows color (decimal): -5874738 or 13523878. OLE color: 13523878.

HSL color Cylindrical-coordinate representation of color #A65BCE: hue angle of 279.13º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65BCE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 91 206 -
CMYK 0.19 0.56 0 0.19
HSL 279.13º 0.54% 0.58% -
HSV(B) 279.13º 0.56% 0.81% -
XYZ 30.61 20.05 60.65 -
YUV 126.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 166 91 206 0.19 0.56 0 0.19 279.13 0.54 0.58
Hex A6 5B CE 13 38 0 13 117 36 3A
Octal 246 133 316 23 70 0 23 427 66 72
Binary 10100110 1011011 11001110 10011 111000 0 10011 100010111 110110 111010

Color Harmonies of #A65BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BCE

Black with #A65BCE

Text Example


Text Example

White with #A65BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BCE; }

 p { color: rgb(166,91,206); }

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

background-color css

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

 a { background-color: rgb(166,91,206); }

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

border-color css

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

 span { border-color: rgb(166,91,206); }

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