Html Css Color HEX #A370DB Medium Purple

📋 copy color: '#A370DB'

red 163 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #A370DB

Tints of Medium Purple #A370DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 33%
G = 22.67%
B = 44.33%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A370DB (or 0xA370DB) is known color: Medium Purple. HEX triplet: A3, 70 and DB. RGB value is (163,112,219). Sum of RGB (Red+Green+Blue) = 163+112+219=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #A370DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370DB is #5C8F24. Grayscale: #8B8B8B. Windows color (decimal): -6065957 or 14381219. OLE color: 14381219.

HSL color Cylindrical-coordinate representation of color #A370DB: hue angle of 268.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A370DB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 112 219 -
CMYK 0.26 0.49 0 0.14
HSL 268.6º 0.6% 0.65% -
HSV(B) 268.6º 0.49% 0.86% -
XYZ 33.68 24.49 69.97 -
YUV 139.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 163 112 219 0.26 0.49 0 0.14 268.6 0.6 0.65
Hex A3 70 DB 1A 31 0 E 10D 3C 41
Octal 243 160 333 32 61 0 16 415 74 101
Binary 10100011 1110000 11011011 11010 110001 0 1110 100001101 111100 1000001

Color Harmonies of #A370DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370DB

Black with #A370DB

Text Example


Text Example

White with #A370DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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