Html Css Color HEX #A482DB Medium Purple

📋 copy color: '#A482DB'

red 164 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #A482DB

Tints of Medium Purple #A482DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 31.97%
G = 25.34%
B = 42.69%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A482DB (or 0xA482DB) is known color: Medium Purple. HEX triplet: A4, 82 and DB. RGB value is (164,130,219). Sum of RGB (Red+Green+Blue) = 164+130+219=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #A482DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482DB is #5B7D24. Grayscale: #959595. Windows color (decimal): -5995813 or 14385828. OLE color: 14385828.

HSL color Cylindrical-coordinate representation of color #A482DB: hue angle of 262.92º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A482DB is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 130 219 -
CMYK 0.25 0.41 0 0.14
HSL 262.92º 0.55% 0.68% -
HSV(B) 262.92º 0.41% 0.86% -
XYZ 36.08 28.97 70.71 -
YUV 150.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 164 130 219 0.25 0.41 0 0.14 262.92 0.55 0.68
Hex A4 82 DB 19 29 0 E 107 37 44
Octal 244 202 333 31 51 0 16 407 67 104
Binary 10100100 10000010 11011011 11001 101001 0 1110 100000111 110111 1000100

Color Harmonies of #A482DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482DB

Black with #A482DB

Text Example


Text Example

White with #A482DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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