Html Css Color HEX #A082DE Medium Purple

📋 copy color: '#A082DE'

red 160 ◦ green 130 ◦ blue 222

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

Shades of Medium Purple #A082DE

Tints of Medium Purple #A082DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 31.25%
G = 25.39%
B = 43.36%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A082DE (or 0xA082DE) is known color: Medium Purple. HEX triplet: A0, 82 and DE. RGB value is (160,130,222). Sum of RGB (Red+Green+Blue) = 160+130+222=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #A082DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082DE is #5F7D21. Grayscale: #959595. Windows color (decimal): -6257954 or 14582432. OLE color: 14582432.

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

Color convert

RGB 160 130 222 -
CMYK 0.28 0.41 0 0.13
HSL 259.57º 0.58% 0.69% -
HSV(B) 259.57º 0.41% 0.87% -
XYZ 35.66 28.71 72.77 -
YUV 149.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 160 130 222 0.28 0.41 0 0.13 259.57 0.58 0.69
Hex A0 82 DE 1C 29 0 D 104 3A 45
Octal 240 202 336 34 51 0 15 404 72 105
Binary 10100000 10000010 11011110 11100 101001 0 1101 100000100 111010 1000101

Color Harmonies of #A082DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082DE

Black with #A082DE

Text Example


Text Example

White with #A082DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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