Html Css Color HEX #A082EA Medium Purple

📋 copy color: '#A082EA'

red 160 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #A082EA

Tints of Medium Purple #A082EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 30.53%
G = 24.81%
B = 44.66%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A082EA (or 0xA082EA) is known color: Medium Purple. HEX triplet: A0, 82 and EA. RGB value is (160,130,234). Sum of RGB (Red+Green+Blue) = 160+130+234=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #A082EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082EA is #5F7D15. Grayscale: #969696. Windows color (decimal): -6257942 or 15368864. OLE color: 15368864.

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

Color convert

RGB 160 130 234 -
CMYK 0.32 0.44 0 0.08
HSL 257.31º 0.71% 0.71% -
HSV(B) 257.31º 0.44% 0.92% -
XYZ 37.33 29.38 81.55 -
YUV 150.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 160 130 234 0.32 0.44 0 0.08 257.31 0.71 0.71
Hex A0 82 EA 20 2C 0 8 101 47 47
Octal 240 202 352 40 54 0 10 401 107 107
Binary 10100000 10000010 11101010 100000 101100 0 1000 100000001 1000111 1000111

Color Harmonies of #A082EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082EA

Black with #A082EA

Text Example


Text Example

White with #A082EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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