Html Css Color HEX #A082E6 Medium Purple

📋 copy color: '#A082E6'

red 160 ◦ green 130 ◦ blue 230

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

Shades of Medium Purple #A082E6

Tints of Medium Purple #A082E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 30.77%
G = 25%
B = 44.23%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A082E6 (or 0xA082E6) is known color: Medium Purple. HEX triplet: A0, 82 and E6. RGB value is (160,130,230). Sum of RGB (Red+Green+Blue) = 160+130+230=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #A082E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082E6 is #5F7D19. Grayscale: #969696. Windows color (decimal): -6257946 or 15106720. OLE color: 15106720.

HSL color Cylindrical-coordinate representation of color #A082E6: hue angle of 258º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A082E6 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 130 230 -
CMYK 0.30 0.43 0 0.10
HSL 258º 0.67% 0.71% -
HSV(B) 258º 0.43% 0.9% -
XYZ 36.76 29.15 78.55 -
YUV 150.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 160 130 230 0.30 0.43 0 0.10 258 0.67 0.71
Hex A0 82 E6 1E 2B 0 A 102 43 47
Octal 240 202 346 36 53 0 12 402 103 107
Binary 10100000 10000010 11100110 11110 101011 0 1010 100000010 1000011 1000111

Color Harmonies of #A082E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082E6

Black with #A082E6

Text Example


Text Example

White with #A082E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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