Html Css Color HEX #A65CCD Amethyst

📋 copy color: '#A65CCD'

red 166 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #A65CCD

Tints of Amethyst #A65CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

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

R = 35.85%
G = 19.87%
B = 44.28%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A65CCD (or 0xA65CCD) is known color: Amethyst. HEX triplet: A6, 5C and CD. RGB value is (166,92,205). Sum of RGB (Red+Green+Blue) = 166+92+205=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CCD is #59A332. Grayscale: #7E7E7E. Windows color (decimal): -5874483 or 13458598. OLE color: 13458598.

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

Color convert

RGB 166 92 205 -
CMYK 0.19 0.55 0 0.20
HSL 279.29º 0.53% 0.58% -
HSV(B) 279.29º 0.55% 0.8% -
XYZ 30.57 20.17 60.04 -
YUV 127.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 166 92 205 0.19 0.55 0 0.20 279.29 0.53 0.58
Hex A6 5C CD 13 37 0 14 117 35 3A
Octal 246 134 315 23 67 0 24 427 65 72
Binary 10100110 1011100 11001101 10011 110111 0 10100 100010111 110101 111010

Color Harmonies of #A65CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CCD

Black with #A65CCD

Text Example


Text Example

White with #A65CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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