Html Css Color HEX #A65FCC Amethyst

📋 copy color: '#A65FCC'

red 166 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #A65FCC

Tints of Amethyst #A65FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 35.7%
G = 20.43%
B = 43.87%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A65FCC (or 0xA65FCC) is known color: Amethyst. HEX triplet: A6, 5F and CC. RGB value is (166,95,204). Sum of RGB (Red+Green+Blue) = 166+95+204=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A65FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FCC is #59A033. Grayscale: #808080. Windows color (decimal): -5873716 or 13393830. OLE color: 13393830.

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

Color convert

RGB 166 95 204 -
CMYK 0.19 0.53 0 0.2
HSL 279.08º 0.52% 0.59% -
HSV(B) 279.08º 0.53% 0.8% -
XYZ 30.72 20.65 59.49 -
YUV 128.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 166 95 204 0.19 0.53 0 0.2 279.08 0.52 0.59
Hex A6 5F CC 13 35 0 14 117 34 3B
Octal 246 137 314 23 65 0 24 427 64 73
Binary 10100110 1011111 11001100 10011 110101 0 10100 100010111 110100 111011

Color Harmonies of #A65FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FCC

Black with #A65FCC

Text Example


Text Example

White with #A65FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FCC; }

 p { color: rgb(166,95,204); }

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

background-color css

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

 a { background-color: rgb(166,95,204); }

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

border-color css

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

 span { border-color: rgb(166,95,204); }

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