Html Css Color HEX #A970CC Amethyst

📋 copy color: '#A970CC'

red 169 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #A970CC

Tints of Amethyst #A970CC

RGB

 RED value IS 169 (66.41% from 255) = 34.85%

 GREEN value IS 112 (44.14% from 255) = 23.09%

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

R = 34.85%
G = 23.09%
B = 42.06%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A970CC (or 0xA970CC) is known color: Amethyst. HEX triplet: A9, 70 and CC. RGB value is (169,112,204). Sum of RGB (Red+Green+Blue) = 169+112+204=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 112 (44.14% from 255 or 23.09% 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 #A970CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CC is #568F33. Grayscale: #8B8B8B. Windows color (decimal): -5672756 or 13398185. OLE color: 13398185.

HSL color Cylindrical-coordinate representation of color #A970CC: hue angle of 277.17º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A970CC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 112 204 -
CMYK 0.17 0.45 0 0.2
HSL 277.17º 0.47% 0.62% -
HSV(B) 277.17º 0.45% 0.8% -
XYZ 33.06 24.38 60.09 -
YUV 139.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 169 112 204 0.17 0.45 0 0.2 277.17 0.47 0.62
Hex A9 70 CC 11 2D 0 14 115 2F 3E
Octal 251 160 314 21 55 0 24 425 57 76
Binary 10101001 1110000 11001100 10001 101101 0 10100 100010101 101111 111110

Color Harmonies of #A970CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970CC

Black with #A970CC

Text Example


Text Example

White with #A970CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970CC; }

 p { color: rgb(169,112,204); }

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

background-color css

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

 a { background-color: rgb(169,112,204); }

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

border-color css

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

 span { border-color: rgb(169,112,204); }

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