Html Css Color HEX #A474CC Amethyst

📋 copy color: '#A474CC'

red 164 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #A474CC

Tints of Amethyst #A474CC

RGB

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

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

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

R = 33.88%
G = 23.97%
B = 42.15%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A474CC (or 0xA474CC) is known color: Amethyst. HEX triplet: A4, 74 and CC. RGB value is (164,116,204). Sum of RGB (Red+Green+Blue) = 164+116+204=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #A474CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474CC is #5B8B33. Grayscale: #8C8C8C. Windows color (decimal): -5999412 or 13399204. OLE color: 13399204.

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

Color convert

RGB 164 116 204 -
CMYK 0.20 0.43 0 0.2
HSL 272.73º 0.46% 0.63% -
HSV(B) 272.73º 0.43% 0.8% -
XYZ 32.45 24.74 60.19 -
YUV 140.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 164 116 204 0.20 0.43 0 0.2 272.73 0.46 0.63
Hex A4 74 CC 14 2B 0 14 111 2E 3F
Octal 244 164 314 24 53 0 24 421 56 77
Binary 10100100 1110100 11001100 10100 101011 0 10100 100010001 101110 111111

Color Harmonies of #A474CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474CC

Black with #A474CC

Text Example


Text Example

White with #A474CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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