Html Css Color HEX #A370CA Amethyst

📋 copy color: '#A370CA'

red 163 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #A370CA

Tints of Amethyst #A370CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 34.17%
G = 23.48%
B = 42.35%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A370CA (or 0xA370CA) is known color: Amethyst. HEX triplet: A3, 70 and CA. RGB value is (163,112,202). Sum of RGB (Red+Green+Blue) = 163+112+202=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A370CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370CA is #5C8F35. Grayscale: #898989. Windows color (decimal): -6065974 or 13267107. OLE color: 13267107.

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

Color convert

RGB 163 112 202 -
CMYK 0.19 0.45 0 0.21
HSL 274º 0.46% 0.62% -
HSV(B) 274º 0.45% 0.79% -
XYZ 31.56 23.64 58.78 -
YUV 137.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 163 112 202 0.19 0.45 0 0.21 274 0.46 0.62
Hex A3 70 CA 13 2D 0 15 112 2E 3E
Octal 243 160 312 23 55 0 25 422 56 76
Binary 10100011 1110000 11001010 10011 101101 0 10101 100010010 101110 111110

Color Harmonies of #A370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370CA

Black with #A370CA

Text Example


Text Example

White with #A370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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