Html Css Color HEX #A082EB Medium Purple

📋 copy color: '#A082EB'

red 160 ◦ green 130 ◦ blue 235

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

Shades of Medium Purple #A082EB

Tints of Medium Purple #A082EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 30.48%
G = 24.76%
B = 44.76%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A082EB (or 0xA082EB) is known color: Medium Purple. HEX triplet: A0, 82 and EB. RGB value is (160,130,235). Sum of RGB (Red+Green+Blue) = 160+130+235=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #A082EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082EB is #5F7D14. Grayscale: #969696. Windows color (decimal): -6257941 or 15434400. OLE color: 15434400.

HSL color Cylindrical-coordinate representation of color #A082EB: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A082EB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 130 235 -
CMYK 0.32 0.45 0 0.08
HSL 257.14º 0.72% 0.72% -
HSV(B) 257.14º 0.45% 0.92% -
XYZ 37.48 29.44 82.3 -
YUV 150.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 160 130 235 0.32 0.45 0 0.08 257.14 0.72 0.72
Hex A0 82 EB 20 2D 0 8 101 48 48
Octal 240 202 353 40 55 0 10 401 110 110
Binary 10100000 10000010 11101011 100000 101101 0 1000 100000001 1001000 1001000

Color Harmonies of #A082EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082EB

Black with #A082EB

Text Example


Text Example

White with #A082EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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