Html Css Color HEX #A574CF Amethyst

📋 copy color: '#A574CF'

red 165 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #A574CF

Tints of Amethyst #A574CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 33.81%
G = 23.77%
B = 42.42%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A574CF (or 0xA574CF) is known color: Amethyst. HEX triplet: A5, 74 and CF. RGB value is (165,116,207). Sum of RGB (Red+Green+Blue) = 165+116+207=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A574CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CF is #5A8B30. Grayscale: #8C8C8C. Windows color (decimal): -5933873 or 13595813. OLE color: 13595813.

HSL color Cylindrical-coordinate representation of color #A574CF: hue angle of 272.31º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A574CF is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 116 207 -
CMYK 0.20 0.44 0 0.19
HSL 272.31º 0.49% 0.63% -
HSV(B) 272.31º 0.44% 0.81% -
XYZ 33.02 25 62.12 -
YUV 141.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 165 116 207 0.20 0.44 0 0.19 272.31 0.49 0.63
Hex A5 74 CF 14 2C 0 13 110 31 3F
Octal 245 164 317 24 54 0 23 420 61 77
Binary 10100101 1110100 11001111 10100 101100 0 10011 100010000 110001 111111

Color Harmonies of #A574CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574CF

Black with #A574CF

Text Example


Text Example

White with #A574CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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