Html Css Color HEX #A572CF Amethyst

📋 copy color: '#A572CF'

red 165 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A572CF

Tints of Amethyst #A572CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.46%

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

R = 33.95%
G = 23.46%
B = 42.59%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A572CF (or 0xA572CF) is known color: Amethyst. HEX triplet: A5, 72 and CF. RGB value is (165,114,207). Sum of RGB (Red+Green+Blue) = 165+114+207=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A572CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572CF is #5A8D30. Grayscale: #8B8B8B. Windows color (decimal): -5934385 or 13595301. OLE color: 13595301.

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

Color convert

RGB 165 114 207 -
CMYK 0.20 0.45 0 0.19
HSL 272.9º 0.49% 0.63% -
HSV(B) 272.9º 0.45% 0.81% -
XYZ 32.8 24.54 62.04 -
YUV 139.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 165 114 207 0.20 0.45 0 0.19 272.9 0.49 0.63
Hex A5 72 CF 14 2D 0 13 111 31 3F
Octal 245 162 317 24 55 0 23 421 61 77
Binary 10100101 1110010 11001111 10100 101101 0 10011 100010001 110001 111111

Color Harmonies of #A572CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572CF

Black with #A572CF

Text Example


Text Example

White with #A572CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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