Html Css Color HEX #A672CF Amethyst

📋 copy color: '#A672CF'

red 166 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A672CF

Tints of Amethyst #A672CF

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

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

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

R = 34.09%
G = 23.41%
B = 42.51%

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

#A672CF (or 0xA672CF) is known color: Amethyst. HEX triplet: A6, 72 and CF. RGB value is (166,114,207). Sum of RGB (Red+Green+Blue) = 166+114+207=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #A672CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672CF is #598D30. Grayscale: #8B8B8B. Windows color (decimal): -5868849 or 13595302. OLE color: 13595302.

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

Color convert

RGB 166 114 207 -
CMYK 0.20 0.45 0 0.19
HSL 273.55º 0.49% 0.63% -
HSV(B) 273.55º 0.45% 0.81% -
XYZ 33.01 24.65 62.05 -
YUV 140.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 166 114 207 0.20 0.45 0 0.19 273.55 0.49 0.63
Hex A6 72 CF 14 2D 0 13 112 31 3F
Octal 246 162 317 24 55 0 23 422 61 77
Binary 10100110 1110010 11001111 10100 101101 0 10011 100010010 110001 111111

Color Harmonies of #A672CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672CF

Black with #A672CF

Text Example


Text Example

White with #A672CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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