Html Css Color HEX #A574CD Amethyst

📋 copy color: '#A574CD'

red 165 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #A574CD

Tints of Amethyst #A574CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 33.95%
G = 23.87%
B = 42.18%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A574CD (or 0xA574CD) is known color: Amethyst. HEX triplet: A5, 74 and CD. RGB value is (165,116,205). Sum of RGB (Red+Green+Blue) = 165+116+205=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A574CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CD is #5A8B32. Grayscale: #8C8C8C. Windows color (decimal): -5933875 or 13464741. OLE color: 13464741.

HSL color Cylindrical-coordinate representation of color #A574CD: hue angle of 273.03º degrees, saturation: 0.47, 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 #A574CD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 116 205 -
CMYK 0.20 0.43 0 0.20
HSL 273.03º 0.47% 0.63% -
HSV(B) 273.03º 0.43% 0.8% -
XYZ 32.78 24.9 60.84 -
YUV 140.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 165 116 205 0.20 0.43 0 0.20 273.03 0.47 0.63
Hex A5 74 CD 14 2B 0 14 111 2F 3F
Octal 245 164 315 24 53 0 24 421 57 77
Binary 10100101 1110100 11001101 10100 101011 0 10100 100010001 101111 111111

Color Harmonies of #A574CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574CD

Black with #A574CD

Text Example


Text Example

White with #A574CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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