Html Css Color HEX #A474CA Amethyst

📋 copy color: '#A474CA'

red 164 ◦ green 116 ◦ blue 202

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

Shades of Amethyst #A474CA

Tints of Amethyst #A474CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

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

R = 34.02%
G = 24.07%
B = 41.91%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A474CA (or 0xA474CA) is known color: Amethyst. HEX triplet: A4, 74 and CA. RGB value is (164,116,202). Sum of RGB (Red+Green+Blue) = 164+116+202=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #A474CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474CA is #5B8B35. Grayscale: #8B8B8B. Windows color (decimal): -5999414 or 13268132. OLE color: 13268132.

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

Color convert

RGB 164 116 202 -
CMYK 0.19 0.43 0 0.21
HSL 273.49º 0.45% 0.62% -
HSV(B) 273.49º 0.43% 0.79% -
XYZ 32.22 24.65 58.94 -
YUV 140.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 164 116 202 0.19 0.43 0 0.21 273.49 0.45 0.62
Hex A4 74 CA 13 2B 0 15 111 2D 3E
Octal 244 164 312 23 53 0 25 421 55 76
Binary 10100100 1110100 11001010 10011 101011 0 10101 100010001 101101 111110

Color Harmonies of #A474CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474CA

Black with #A474CA

Text Example


Text Example

White with #A474CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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