Html Css Color HEX #A65DCB Amethyst

📋 copy color: '#A65DCB'

red 166 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #A65DCB

Tints of Amethyst #A65DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.13%

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

R = 35.93%
G = 20.13%
B = 43.94%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A65DCB (or 0xA65DCB) is known color: Amethyst. HEX triplet: A6, 5D and CB. RGB value is (166,93,203). Sum of RGB (Red+Green+Blue) = 166+93+203=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A65DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCB is #59A234. Grayscale: #7E7E7E. Windows color (decimal): -5874229 or 13327782. OLE color: 13327782.

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

Color convert

RGB 166 93 203 -
CMYK 0.18 0.54 0 0.20
HSL 279.82º 0.51% 0.58% -
HSV(B) 279.82º 0.54% 0.8% -
XYZ 30.42 20.25 58.8 -
YUV 127.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 166 93 203 0.18 0.54 0 0.20 279.82 0.51 0.58
Hex A6 5D CB 12 36 0 14 118 33 3A
Octal 246 135 313 22 66 0 24 430 63 72
Binary 10100110 1011101 11001011 10010 110110 0 10100 100011000 110011 111010

Color Harmonies of #A65DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DCB

Black with #A65DCB

Text Example


Text Example

White with #A65DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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