Html Css Color HEX #A574CC Amethyst

📋 copy color: '#A574CC'

red 165 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #A574CC

Tints of Amethyst #A574CC

RGB

 RED value IS 165 (64.84% from 255) = 34.02%

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

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

R = 34.02%
G = 23.92%
B = 42.06%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A574CC (or 0xA574CC) is known color: Amethyst. HEX triplet: A5, 74 and CC. RGB value is (165,116,204). Sum of RGB (Red+Green+Blue) = 165+116+204=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #A574CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CC is #5A8B33. Grayscale: #8C8C8C. Windows color (decimal): -5933876 or 13399205. OLE color: 13399205.

HSL color Cylindrical-coordinate representation of color #A574CC: hue angle of 273.41º 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 #A574CC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 116 204 -
CMYK 0.19 0.43 0 0.2
HSL 273.41º 0.46% 0.63% -
HSV(B) 273.41º 0.43% 0.8% -
XYZ 32.66 24.85 60.2 -
YUV 140.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 165 116 204 0.19 0.43 0 0.2 273.41 0.46 0.63
Hex A5 74 CC 13 2B 0 14 111 2E 3F
Octal 245 164 314 23 53 0 24 421 56 77
Binary 10100101 1110100 11001100 10011 101011 0 10100 100010001 101110 111111

Color Harmonies of #A574CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574CC

Black with #A574CC

Text Example


Text Example

White with #A574CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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