#A282EA

Color #A282EA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A282EA

Tints of Medium Purple #A282EA

Color information

#A282EA (or 0xA282EA) is unknown color: approx Medium Purple. HEX triplet: A2, 82 and EA. RGB value is (162,130,234). Sum of RGB (Red+Green+Blue) = 162+130+234=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #A282EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A282EA is #5D7D15. Grayscale: #979797. Windows color (decimal): -6126870 or 15368866. OLE color: 15368866.

HSL color Cylindrical-coordinate representation of color #A282EA: hue angle of 258.46º 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 #A282EA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162130234-
CMYK0.310.4400.08
HSL258.46º71.23%71.37%-
HSV(B)258.46º44.44%91.76%-
XYZ37.7329.5981.56-
YUV151.42174.6135.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=30.80%
G=24.71%
B=44.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621302340.310.4400.08258.4671.2371.37
HexA282EA1F2C081024747
Octal2422023523754010402107107
Binary101000101000001011101010111111011000100010000001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282EA; }

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

 H1.HeaderClassName
 {
   color: #A282EA;
 }
 .AnyTagClassName
 {
   color: #A282EA;
 }
</style>
background-color css

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

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

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

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

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

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