Html Css Color HEX #A370CF Amethyst

📋 copy color: '#A370CF'

red 163 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #A370CF

Tints of Amethyst #A370CF

RGB

 RED value IS 163 (64.06% from 255) = 33.82%

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

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

R = 33.82%
G = 23.24%
B = 42.95%

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

#A370CF (or 0xA370CF) is known color: Amethyst. HEX triplet: A3, 70 and CF. RGB value is (163,112,207). Sum of RGB (Red+Green+Blue) = 163+112+207=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A370CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370CF is #5C8F30. Grayscale: #898989. Windows color (decimal): -6065969 or 13594787. OLE color: 13594787.

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

Color convert

RGB 163 112 207 -
CMYK 0.21 0.46 0 0.19
HSL 272.21º 0.5% 0.63% -
HSV(B) 272.21º 0.46% 0.81% -
XYZ 32.16 23.88 61.95 -
YUV 138.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 163 112 207 0.21 0.46 0 0.19 272.21 0.5 0.63
Hex A3 70 CF 15 2E 0 13 110 32 3F
Octal 243 160 317 25 56 0 23 420 62 77
Binary 10100011 1110000 11001111 10101 101110 0 10011 100010000 110010 111111

Color Harmonies of #A370CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370CF

Black with #A370CF

Text Example


Text Example

White with #A370CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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