Html Css Color HEX #A382EC Medium Purple

📋 copy color: '#A382EC'

red 163 ◦ green 130 ◦ blue 236

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

Shades of Medium Purple #A382EC

Tints of Medium Purple #A382EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 30.81%
G = 24.57%
B = 44.61%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A382EC (or 0xA382EC) is known color: Medium Purple. HEX triplet: A3, 82 and EC. RGB value is (163,130,236). Sum of RGB (Red+Green+Blue) = 163+130+236=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A382EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382EC is #5C7D13. Grayscale: #979797. Windows color (decimal): -6061332 or 15499939. OLE color: 15499939.

HSL color Cylindrical-coordinate representation of color #A382EC: hue angle of 258.68º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A382EC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 130 236 -
CMYK 0.31 0.45 0 0.07
HSL 258.68º 0.74% 0.72% -
HSV(B) 258.68º 0.45% 0.93% -
XYZ 38.23 29.81 83.1 -
YUV 151.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 163 130 236 0.31 0.45 0 0.07 258.68 0.74 0.72
Hex A3 82 EC 1F 2D 0 7 103 4A 48
Octal 243 202 354 37 55 0 7 403 112 110
Binary 10100011 10000010 11101100 11111 101101 0 111 100000011 1001010 1001000

Color Harmonies of #A382EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382EC

Black with #A382EC

Text Example


Text Example

White with #A382EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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