Html Css Color HEX #A461CC Amethyst

📋 copy color: '#A461CC'

red 164 ◦ green 97 ◦ blue 204

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

Shades of Amethyst #A461CC

Tints of Amethyst #A461CC

RGB

 RED value IS 164 (64.45% from 255) = 35.27%

 GREEN value IS 97 (38.28% from 255) = 20.86%

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

R = 35.27%
G = 20.86%
B = 43.87%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A461CC (or 0xA461CC) is known color: Amethyst. HEX triplet: A4, 61 and CC. RGB value is (164,97,204). Sum of RGB (Red+Green+Blue) = 164+97+204=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 97 (38.28% from 255 or 20.86% 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 #A461CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461CC is #5B9E33. Grayscale: #808080. Windows color (decimal): -6004276 or 13394340. OLE color: 13394340.

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

Color convert

RGB 164 97 204 -
CMYK 0.20 0.52 0 0.2
HSL 277.57º 0.51% 0.59% -
HSV(B) 277.57º 0.52% 0.8% -
XYZ 30.48 20.8 59.54 -
YUV 129.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 164 97 204 0.20 0.52 0 0.2 277.57 0.51 0.59
Hex A4 61 CC 14 34 0 14 116 33 3B
Octal 244 141 314 24 64 0 24 426 63 73
Binary 10100100 1100001 11001100 10100 110100 0 10100 100010110 110011 111011

Color Harmonies of #A461CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461CC

Black with #A461CC

Text Example


Text Example

White with #A461CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461CC; }

 p { color: rgb(164,97,204); }

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

background-color css

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

 a { background-color: rgb(164,97,204); }

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

border-color css

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

 span { border-color: rgb(164,97,204); }

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