Html Css Color HEX #A082F6 Medium Purple

📋 copy color: '#A082F6'

red 160 ◦ green 130 ◦ blue 246

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

Shades of Medium Purple #A082F6

Tints of Medium Purple #A082F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 29.85%
G = 24.25%
B = 45.9%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A082F6 (or 0xA082F6) is known color: Medium Purple. HEX triplet: A0, 82 and F6. RGB value is (160,130,246). Sum of RGB (Red+Green+Blue) = 160+130+246=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #A082F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082F6 is #5F7D09. Grayscale: #979797. Windows color (decimal): -6257930 or 16155296. OLE color: 16155296.

HSL color Cylindrical-coordinate representation of color #A082F6: hue angle of 255.52º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A082F6 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 130 246 -
CMYK 0.35 0.47 0 0.04
HSL 255.52º 0.87% 0.74% -
HSV(B) 255.52º 0.47% 0.96% -
XYZ 39.11 30.09 90.94 -
YUV 152.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 160 130 246 0.35 0.47 0 0.04 255.52 0.87 0.74
Hex A0 82 F6 23 2F 0 4 100 57 4A
Octal 240 202 366 43 57 0 4 400 127 112
Binary 10100000 10000010 11110110 100011 101111 0 100 100000000 1010111 1001010

Color Harmonies of #A082F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082F6

Black with #A082F6

Text Example


Text Example

White with #A082F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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