Html Css Color HEX #A370DD Medium Purple

📋 copy color: '#A370DD'

red 163 ◦ green 112 ◦ blue 221

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

Shades of Medium Purple #A370DD

Tints of Medium Purple #A370DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 32.86%
G = 22.58%
B = 44.56%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A370DD (or 0xA370DD) is known color: Medium Purple. HEX triplet: A3, 70 and DD. RGB value is (163,112,221). Sum of RGB (Red+Green+Blue) = 163+112+221=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #A370DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370DD is #5C8F22. Grayscale: #8B8B8B. Windows color (decimal): -6065955 or 14512291. OLE color: 14512291.

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

Color convert

RGB 163 112 221 -
CMYK 0.26 0.49 0 0.13
HSL 268.07º 0.62% 0.65% -
HSV(B) 268.07º 0.49% 0.87% -
XYZ 33.95 24.6 71.36 -
YUV 139.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 163 112 221 0.26 0.49 0 0.13 268.07 0.62 0.65
Hex A3 70 DD 1A 31 0 D 10C 3E 41
Octal 243 160 335 32 61 0 15 414 76 101
Binary 10100011 1110000 11011101 11010 110001 0 1101 100001100 111110 1000001

Color Harmonies of #A370DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370DD

Black with #A370DD

Text Example


Text Example

White with #A370DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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