Html Css Color HEX #A470CE Amethyst

📋 copy color: '#A470CE'

red 164 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #A470CE

Tints of Amethyst #A470CE

RGB

 RED value IS 164 (64.45% from 255) = 34.02%

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

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

R = 34.02%
G = 23.24%
B = 42.74%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A470CE (or 0xA470CE) is known color: Amethyst. HEX triplet: A4, 70 and CE. RGB value is (164,112,206). Sum of RGB (Red+Green+Blue) = 164+112+206=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A470CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470CE is #5B8F31. Grayscale: #898989. Windows color (decimal): -6000434 or 13529252. OLE color: 13529252.

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

Color convert

RGB 164 112 206 -
CMYK 0.20 0.46 0 0.19
HSL 273.19º 0.49% 0.62% -
HSV(B) 273.19º 0.46% 0.81% -
XYZ 32.24 23.94 61.31 -
YUV 138.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 164 112 206 0.20 0.46 0 0.19 273.19 0.49 0.62
Hex A4 70 CE 14 2E 0 13 111 31 3E
Octal 244 160 316 24 56 0 23 421 61 76
Binary 10100100 1110000 11001110 10100 101110 0 10011 100010001 110001 111110

Color Harmonies of #A470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470CE

Black with #A470CE

Text Example


Text Example

White with #A470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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