Html Css Color HEX #A162E7 Medium Purple

📋 copy color: '#A162E7'

red 161 ◦ green 98 ◦ blue 231

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

Shades of Medium Purple #A162E7

Tints of Medium Purple #A162E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 32.86%
G = 20%
B = 47.14%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A162E7 (or 0xA162E7) is known color: Medium Purple. HEX triplet: A1, 62 and E7. RGB value is (161,98,231). Sum of RGB (Red+Green+Blue) = 161+98+231=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #A162E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162E7 is #5E9D18. Grayscale: #838383. Windows color (decimal): -6200601 or 15164065. OLE color: 15164065.

HSL color Cylindrical-coordinate representation of color #A162E7: hue angle of 268.42º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A162E7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 98 231 -
CMYK 0.30 0.58 0 0.09
HSL 268.42º 0.73% 0.65% -
HSV(B) 268.42º 0.58% 0.91% -
XYZ 33.49 22.08 78.1 -
YUV 132 183.87 148.69 -
System Red Green Blue C M Y K H S L
Decimal 161 98 231 0.30 0.58 0 0.09 268.42 0.73 0.65
Hex A1 62 E7 1E 3A 0 9 10C 49 41
Octal 241 142 347 36 72 0 11 414 111 101
Binary 10100001 1100010 11100111 11110 111010 0 1001 100001100 1001001 1000001

Color Harmonies of #A162E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162E7

Black with #A162E7

Text Example


Text Example

White with #A162E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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