Html Css Color HEX #A470CF Amethyst

📋 copy color: '#A470CF'

red 164 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #A470CF

Tints of Amethyst #A470CF

RGB

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

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

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

R = 33.95%
G = 23.19%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A470CF (or 0xA470CF) is known color: Amethyst. HEX triplet: A4, 70 and CF. RGB value is (164,112,207). Sum of RGB (Red+Green+Blue) = 164+112+207=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A470CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470CF is #5B8F30. Grayscale: #8A8A8A. Windows color (decimal): -6000433 or 13594788. OLE color: 13594788.

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

Color convert

RGB 164 112 207 -
CMYK 0.21 0.46 0 0.19
HSL 272.84º 0.5% 0.63% -
HSV(B) 272.84º 0.46% 0.81% -
XYZ 32.37 23.99 61.96 -
YUV 138.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 164 112 207 0.21 0.46 0 0.19 272.84 0.5 0.63
Hex A4 70 CF 15 2E 0 13 111 32 3F
Octal 244 160 317 25 56 0 23 421 62 77
Binary 10100100 1110000 11001111 10101 101110 0 10011 100010001 110010 111111

Color Harmonies of #A470CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470CF

Black with #A470CF

Text Example


Text Example

White with #A470CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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