Html Css Color HEX #A370E1 Medium Purple

📋 copy color: '#A370E1'

red 163 ◦ green 112 ◦ blue 225

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

Shades of Medium Purple #A370E1

Tints of Medium Purple #A370E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 32.6%
G = 22.4%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A370E1 (or 0xA370E1) is known color: Medium Purple. HEX triplet: A3, 70 and E1. RGB value is (163,112,225). Sum of RGB (Red+Green+Blue) = 163+112+225=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #A370E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370E1 is #5C8F1E. Grayscale: #8B8B8B. Windows color (decimal): -6065951 or 14774435. OLE color: 14774435.

HSL color Cylindrical-coordinate representation of color #A370E1: hue angle of 267.08º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A370E1 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 112 225 -
CMYK 0.28 0.50 0 0.12
HSL 267.08º 0.65% 0.66% -
HSV(B) 267.08º 0.5% 0.88% -
XYZ 34.49 24.81 74.21 -
YUV 140.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 163 112 225 0.28 0.50 0 0.12 267.08 0.65 0.66
Hex A3 70 E1 1C 32 0 C 10B 41 42
Octal 243 160 341 34 62 0 14 413 101 102
Binary 10100011 1110000 11100001 11100 110010 0 1100 100001011 1000001 1000010

Color Harmonies of #A370E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370E1

Black with #A370E1

Text Example


Text Example

White with #A370E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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