Html Css Color HEX #A482EC Medium Purple

📋 copy color: '#A482EC'

red 164 ◦ green 130 ◦ blue 236

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

Shades of Medium Purple #A482EC

Tints of Medium Purple #A482EC

RGB

 RED value IS 164 (64.45% from 255) = 30.94%

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

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

R = 30.94%
G = 24.53%
B = 44.53%

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

#A482EC (or 0xA482EC) is known color: Medium Purple. HEX triplet: A4, 82 and EC. RGB value is (164,130,236). Sum of RGB (Red+Green+Blue) = 164+130+236=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #A482EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482EC is #5B7D13. Grayscale: #979797. Windows color (decimal): -5995796 or 15499940. OLE color: 15499940.

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

Color convert

RGB 164 130 236 -
CMYK 0.31 0.45 0 0.07
HSL 259.25º 0.74% 0.72% -
HSV(B) 259.25º 0.45% 0.93% -
XYZ 38.43 29.91 83.11 -
YUV 152.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 164 130 236 0.31 0.45 0 0.07 259.25 0.74 0.72
Hex A4 82 EC 1F 2D 0 7 103 4A 48
Octal 244 202 354 37 55 0 7 403 112 110
Binary 10100100 10000010 11101100 11111 101101 0 111 100000011 1001010 1001000

Color Harmonies of #A482EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482EC

Black with #A482EC

Text Example


Text Example

White with #A482EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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