Html Css Color HEX #A482DA Medium Purple

📋 copy color: '#A482DA'

red 164 ◦ green 130 ◦ blue 218

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

Shades of Medium Purple #A482DA

Tints of Medium Purple #A482DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 32.03%
G = 25.39%
B = 42.58%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A482DA (or 0xA482DA) is known color: Medium Purple. HEX triplet: A4, 82 and DA. RGB value is (164,130,218). Sum of RGB (Red+Green+Blue) = 164+130+218=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A482DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482DA is #5B7D25. Grayscale: #959595. Windows color (decimal): -5995814 or 14320292. OLE color: 14320292.

HSL color Cylindrical-coordinate representation of color #A482DA: hue angle of 263.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A482DA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 130 218 -
CMYK 0.25 0.40 0 0.15
HSL 263.18º 0.54% 0.68% -
HSV(B) 263.18º 0.4% 0.85% -
XYZ 35.95 28.92 70.02 -
YUV 150.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 164 130 218 0.25 0.40 0 0.15 263.18 0.54 0.68
Hex A4 82 DA 19 28 0 F 107 36 44
Octal 244 202 332 31 50 0 17 407 66 104
Binary 10100100 10000010 11011010 11001 101000 0 1111 100000111 110110 1000100

Color Harmonies of #A482DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482DA

Black with #A482DA

Text Example


Text Example

White with #A482DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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