Html Css Color HEX #A382ED Medium Purple

📋 copy color: '#A382ED'

red 163 ◦ green 130 ◦ blue 237

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

Shades of Medium Purple #A382ED

Tints of Medium Purple #A382ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 30.75%
G = 24.53%
B = 44.72%

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

#A382ED (or 0xA382ED) is known color: Medium Purple. HEX triplet: A3, 82 and ED. RGB value is (163,130,237). Sum of RGB (Red+Green+Blue) = 163+130+237=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A382ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382ED is #5C7D12. Grayscale: #979797. Windows color (decimal): -6061331 or 15565475. OLE color: 15565475.

HSL color Cylindrical-coordinate representation of color #A382ED: hue angle of 258.5º degrees, saturation: 0.75, 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 #A382ED is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 130 237 -
CMYK 0.31 0.45 0 0.07
HSL 258.5º 0.75% 0.72% -
HSV(B) 258.5º 0.45% 0.93% -
XYZ 38.37 29.87 83.86 -
YUV 152.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 163 130 237 0.31 0.45 0 0.07 258.5 0.75 0.72
Hex A3 82 ED 1F 2D 0 7 103 4B 48
Octal 243 202 355 37 55 0 7 403 113 110
Binary 10100011 10000010 11101101 11111 101101 0 111 100000011 1001011 1001000

Color Harmonies of #A382ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382ED

Black with #A382ED

Text Example


Text Example

White with #A382ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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