Html Css Color HEX #A162F6 Medium Purple

📋 copy color: '#A162F6'

red 161 ◦ green 98 ◦ blue 246

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

Shades of Medium Purple #A162F6

Tints of Medium Purple #A162F6

RGB

 RED value IS 161 (63.28% from 255) = 31.88%

 GREEN value IS 98 (38.67% from 255) = 19.41%

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

R = 31.88%
G = 19.41%
B = 48.71%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A162F6 (or 0xA162F6) is known color: Medium Purple. HEX triplet: A1, 62 and F6. RGB value is (161,98,246). Sum of RGB (Red+Green+Blue) = 161+98+246=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #A162F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162F6 is #5E9D09. Grayscale: #858585. Windows color (decimal): -6200586 or 16147105. OLE color: 16147105.

HSL color Cylindrical-coordinate representation of color #A162F6: hue angle of 265.54º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A162F6 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 98 246 -
CMYK 0.35 0.60 0 0.04
HSL 265.54º 0.89% 0.67% -
HSV(B) 265.54º 0.6% 0.96% -
XYZ 35.7 22.97 89.74 -
YUV 133.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 161 98 246 0.35 0.60 0 0.04 265.54 0.89 0.67
Hex A1 62 F6 23 3C 0 4 10A 59 43
Octal 241 142 366 43 74 0 4 412 131 103
Binary 10100001 1100010 11110110 100011 111100 0 100 100001010 1011001 1000011

Color Harmonies of #A162F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162F6

Black with #A162F6

Text Example


Text Example

White with #A162F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162F6; }

 p { color: rgb(161,98,246); }

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

background-color css

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

 a { background-color: rgb(161,98,246); }

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

border-color css

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

 span { border-color: rgb(161,98,246); }

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