Html Css Color HEX #A482DF Medium Purple

📋 copy color: '#A482DF'

red 164 ◦ green 130 ◦ blue 223

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

Shades of Medium Purple #A482DF

Tints of Medium Purple #A482DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 31.72%
G = 25.15%
B = 43.13%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A482DF (or 0xA482DF) is known color: Medium Purple. HEX triplet: A4, 82 and DF. RGB value is (164,130,223). Sum of RGB (Red+Green+Blue) = 164+130+223=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A482DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482DF is #5B7D20. Grayscale: #969696. Windows color (decimal): -5995809 or 14647972. OLE color: 14647972.

HSL color Cylindrical-coordinate representation of color #A482DF: hue angle of 261.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A482DF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 130 223 -
CMYK 0.26 0.42 0 0.13
HSL 261.94º 0.59% 0.69% -
HSV(B) 261.94º 0.42% 0.87% -
XYZ 36.61 29.19 73.52 -
YUV 150.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 164 130 223 0.26 0.42 0 0.13 261.94 0.59 0.69
Hex A4 82 DF 1A 2A 0 D 106 3B 45
Octal 244 202 337 32 52 0 15 406 73 105
Binary 10100100 10000010 11011111 11010 101010 0 1101 100000110 111011 1000101

Color Harmonies of #A482DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482DF

Black with #A482DF

Text Example


Text Example

White with #A482DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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