Html Css Color HEX #A65BCD Amethyst

📋 copy color: '#A65BCD'

red 166 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #A65BCD

Tints of Amethyst #A65BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 35.93%
G = 19.7%
B = 44.37%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A65BCD (or 0xA65BCD) is known color: Amethyst. HEX triplet: A6, 5B and CD. RGB value is (166,91,205). Sum of RGB (Red+Green+Blue) = 166+91+205=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BCD is #59A432. Grayscale: #7E7E7E. Windows color (decimal): -5874739 or 13458342. OLE color: 13458342.

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

Color convert

RGB 166 91 205 -
CMYK 0.19 0.56 0 0.20
HSL 279.47º 0.53% 0.58% -
HSV(B) 279.47º 0.56% 0.8% -
XYZ 30.49 20 60.01 -
YUV 126.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 166 91 205 0.19 0.56 0 0.20 279.47 0.53 0.58
Hex A6 5B CD 13 38 0 14 117 35 3A
Octal 246 133 315 23 70 0 24 427 65 72
Binary 10100110 1011011 11001101 10011 111000 0 10100 100010111 110101 111010

Color Harmonies of #A65BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BCD

Black with #A65BCD

Text Example


Text Example

White with #A65BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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