Html Css Color HEX #A382E0 Medium Purple

📋 copy color: '#A382E0'

red 163 ◦ green 130 ◦ blue 224

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

Shades of Medium Purple #A382E0

Tints of Medium Purple #A382E0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.15%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 31.53%
G = 25.15%
B = 43.33%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A382E0 (or 0xA382E0) is known color: Medium Purple. HEX triplet: A3, 82 and E0. RGB value is (163,130,224). Sum of RGB (Red+Green+Blue) = 163+130+224=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #A382E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382E0 is #5C7D1F. Grayscale: #969696. Windows color (decimal): -6061344 or 14713507. OLE color: 14713507.

HSL color Cylindrical-coordinate representation of color #A382E0: hue angle of 261.06º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A382E0 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 130 224 -
CMYK 0.27 0.42 0 0.12
HSL 261.06º 0.6% 0.69% -
HSV(B) 261.06º 0.42% 0.88% -
XYZ 36.54 29.13 74.22 -
YUV 150.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 163 130 224 0.27 0.42 0 0.12 261.06 0.6 0.69
Hex A3 82 E0 1B 2A 0 C 105 3C 45
Octal 243 202 340 33 52 0 14 405 74 105
Binary 10100011 10000010 11100000 11011 101010 0 1100 100000101 111100 1000101

Color Harmonies of #A382E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382E0

Black with #A382E0

Text Example


Text Example

White with #A382E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382E0; }

 p { color: rgb(163,130,224); }

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

background-color css

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

 a { background-color: rgb(163,130,224); }

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

border-color css

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

 span { border-color: rgb(163,130,224); }

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