Html Css Color HEX #A170E2 Medium Purple

📋 copy color: '#A170E2'

red 161 ◦ green 112 ◦ blue 226

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

Shades of Medium Purple #A170E2

Tints of Medium Purple #A170E2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 226 (88.67% from 255) = 45.29%

R = 32.26%
G = 22.44%
B = 45.29%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A170E2 (or 0xA170E2) is known color: Medium Purple. HEX triplet: A1, 70 and E2. RGB value is (161,112,226). Sum of RGB (Red+Green+Blue) = 161+112+226=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #A170E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170E2 is #5E8F1D. Grayscale: #8B8B8B. Windows color (decimal): -6197022 or 14839969. OLE color: 14839969.

HSL color Cylindrical-coordinate representation of color #A170E2: hue angle of 265.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A170E2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 112 226 -
CMYK 0.29 0.50 0 0.11
HSL 265.79º 0.66% 0.66% -
HSV(B) 265.79º 0.5% 0.89% -
XYZ 34.22 24.66 74.91 -
YUV 139.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 161 112 226 0.29 0.50 0 0.11 265.79 0.66 0.66
Hex A1 70 E2 1D 32 0 B 10A 42 42
Octal 241 160 342 35 62 0 13 412 102 102
Binary 10100001 1110000 11100010 11101 110010 0 1011 100001010 1000010 1000010

Color Harmonies of #A170E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170E2

Black with #A170E2

Text Example


Text Example

White with #A170E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170E2; }

 p { color: rgb(161,112,226); }

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

background-color css

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

 a { background-color: rgb(161,112,226); }

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

border-color css

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

 span { border-color: rgb(161,112,226); }

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