Html Css Color HEX #A170E5 Medium Purple

📋 copy color: '#A170E5'

red 161 ◦ green 112 ◦ blue 229

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

Shades of Medium Purple #A170E5

Tints of Medium Purple #A170E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 32.07%
G = 22.31%
B = 45.62%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A170E5 (or 0xA170E5) is known color: Medium Purple. HEX triplet: A1, 70 and E5. RGB value is (161,112,229). Sum of RGB (Red+Green+Blue) = 161+112+229=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A170E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170E5 is #5E8F1A. Grayscale: #8B8B8B. Windows color (decimal): -6197019 or 15036577. OLE color: 15036577.

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

Color convert

RGB 161 112 229 -
CMYK 0.30 0.51 0 0.10
HSL 265.13º 0.69% 0.67% -
HSV(B) 265.13º 0.51% 0.9% -
XYZ 34.63 24.82 77.09 -
YUV 139.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 161 112 229 0.30 0.51 0 0.10 265.13 0.69 0.67
Hex A1 70 E5 1E 33 0 A 109 45 43
Octal 241 160 345 36 63 0 12 411 105 103
Binary 10100001 1110000 11100101 11110 110011 0 1010 100001001 1000101 1000011

Color Harmonies of #A170E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170E5

Black with #A170E5

Text Example


Text Example

White with #A170E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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