Html Css Color HEX #A46CCA Amethyst

📋 copy color: '#A46CCA'

red 164 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #A46CCA

Tints of Amethyst #A46CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 34.6%
G = 22.78%
B = 42.62%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A46CCA (or 0xA46CCA) is known color: Amethyst. HEX triplet: A4, 6C and CA. RGB value is (164,108,202). Sum of RGB (Red+Green+Blue) = 164+108+202=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A46CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCA is #5B9335. Grayscale: #878787. Windows color (decimal): -6001462 or 13266084. OLE color: 13266084.

HSL color Cylindrical-coordinate representation of color #A46CCA: hue angle of 275.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46CCA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 108 202 -
CMYK 0.19 0.47 0 0.21
HSL 275.74º 0.47% 0.61% -
HSV(B) 275.74º 0.47% 0.79% -
XYZ 31.33 22.88 58.64 -
YUV 135.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 164 108 202 0.19 0.47 0 0.21 275.74 0.47 0.61
Hex A4 6C CA 13 2F 0 15 114 2F 3D
Octal 244 154 312 23 57 0 25 424 57 75
Binary 10100100 1101100 11001010 10011 101111 0 10101 100010100 101111 111101

Color Harmonies of #A46CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CCA

Black with #A46CCA

Text Example


Text Example

White with #A46CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CCA; }

 p { color: rgb(164,108,202); }

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

background-color css

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

 a { background-color: rgb(164,108,202); }

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

border-color css

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

 span { border-color: rgb(164,108,202); }

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