Html Css Color HEX #A970CE Amethyst

📋 copy color: '#A970CE'

red 169 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #A970CE

Tints of Amethyst #A970CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 34.7%
G = 23%
B = 42.3%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A970CE (or 0xA970CE) is known color: Amethyst. HEX triplet: A9, 70 and CE. RGB value is (169,112,206). Sum of RGB (Red+Green+Blue) = 169+112+206=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A970CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CE is #568F31. Grayscale: #8B8B8B. Windows color (decimal): -5672754 or 13529257. OLE color: 13529257.

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

Color convert

RGB 169 112 206 -
CMYK 0.18 0.46 0 0.19
HSL 276.38º 0.49% 0.62% -
HSV(B) 276.38º 0.46% 0.81% -
XYZ 33.3 24.48 61.36 -
YUV 139.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 169 112 206 0.18 0.46 0 0.19 276.38 0.49 0.62
Hex A9 70 CE 12 2E 0 13 114 31 3E
Octal 251 160 316 22 56 0 23 424 61 76
Binary 10101001 1110000 11001110 10010 101110 0 10011 100010100 110001 111110

Color Harmonies of #A970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970CE

Black with #A970CE

Text Example


Text Example

White with #A970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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