Html Css Color HEX #A970CD Amethyst

📋 copy color: '#A970CD'

red 169 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #A970CD

Tints of Amethyst #A970CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 34.77%
G = 23.05%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A970CD (or 0xA970CD) is known color: Amethyst. HEX triplet: A9, 70 and CD. RGB value is (169,112,205). Sum of RGB (Red+Green+Blue) = 169+112+205=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A970CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CD is #568F32. Grayscale: #8B8B8B. Windows color (decimal): -5672755 or 13463721. OLE color: 13463721.

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

Color convert

RGB 169 112 205 -
CMYK 0.18 0.45 0 0.20
HSL 276.77º 0.48% 0.62% -
HSV(B) 276.77º 0.45% 0.8% -
XYZ 33.18 24.43 60.72 -
YUV 139.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 169 112 205 0.18 0.45 0 0.20 276.77 0.48 0.62
Hex A9 70 CD 12 2D 0 14 115 30 3E
Octal 251 160 315 22 55 0 24 425 60 76
Binary 10101001 1110000 11001101 10010 101101 0 10100 100010101 110000 111110

Color Harmonies of #A970CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970CD

Black with #A970CD

Text Example


Text Example

White with #A970CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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