Html Css Color HEX #A082D6 Medium Purple

📋 copy color: '#A082D6'

red 160 ◦ green 130 ◦ blue 214

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

Shades of Medium Purple #A082D6

Tints of Medium Purple #A082D6

RGB

 RED value IS 160 (62.89% from 255) = 31.75%

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

 BLUE value IS 214 (83.98% from 255) = 42.46%

R = 31.75%
G = 25.79%
B = 42.46%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A082D6 (or 0xA082D6) is known color: Medium Purple. HEX triplet: A0, 82 and D6. RGB value is (160,130,214). Sum of RGB (Red+Green+Blue) = 160+130+214=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #A082D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082D6 is #5F7D29. Grayscale: #949494. Windows color (decimal): -6257962 or 14058144. OLE color: 14058144.

HSL color Cylindrical-coordinate representation of color #A082D6: hue angle of 261.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A082D6 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 130 214 -
CMYK 0.25 0.39 0 0.16
HSL 261.43º 0.51% 0.67% -
HSV(B) 261.43º 0.39% 0.84% -
XYZ 34.62 28.29 67.26 -
YUV 148.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 160 130 214 0.25 0.39 0 0.16 261.43 0.51 0.67
Hex A0 82 D6 19 27 0 10 105 33 43
Octal 240 202 326 31 47 0 20 405 63 103
Binary 10100000 10000010 11010110 11001 100111 0 10000 100000101 110011 1000011

Color Harmonies of #A082D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082D6

Black with #A082D6

Text Example


Text Example

White with #A082D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082D6; }

 p { color: rgb(160,130,214); }

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

background-color css

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

 a { background-color: rgb(160,130,214); }

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

border-color css

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

 span { border-color: rgb(160,130,214); }

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