Html Css Color HEX #A482EE Medium Purple

📋 copy color: '#A482EE'

red 164 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #A482EE

Tints of Medium Purple #A482EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 30.83%
G = 24.44%
B = 44.74%

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

#A482EE (or 0xA482EE) is known color: Medium Purple. HEX triplet: A4, 82 and EE. RGB value is (164,130,238). Sum of RGB (Red+Green+Blue) = 164+130+238=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A482EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482EE is #5B7D11. Grayscale: #989898. Windows color (decimal): -5995794 or 15631012. OLE color: 15631012.

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

Color convert

RGB 164 130 238 -
CMYK 0.31 0.45 0 0.07
HSL 258.89º 0.76% 0.72% -
HSV(B) 258.89º 0.45% 0.93% -
XYZ 38.73 30.03 84.64 -
YUV 152.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 164 130 238 0.31 0.45 0 0.07 258.89 0.76 0.72
Hex A4 82 EE 1F 2D 0 7 103 4C 48
Octal 244 202 356 37 55 0 7 403 114 110
Binary 10100100 10000010 11101110 11111 101101 0 111 100000011 1001100 1001000

Color Harmonies of #A482EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482EE

Black with #A482EE

Text Example


Text Example

White with #A482EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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