Html Css Color HEX #A170EB Medium Purple

📋 copy color: '#A170EB'

red 161 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #A170EB

Tints of Medium Purple #A170EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 31.69%
G = 22.05%
B = 46.26%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A170EB (or 0xA170EB) is known color: Medium Purple. HEX triplet: A1, 70 and EB. RGB value is (161,112,235). Sum of RGB (Red+Green+Blue) = 161+112+235=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #A170EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170EB is #5E8F14. Grayscale: #8C8C8C. Windows color (decimal): -6197013 or 15429793. OLE color: 15429793.

HSL color Cylindrical-coordinate representation of color #A170EB: hue angle of 263.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A170EB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 112 235 -
CMYK 0.31 0.52 0 0.08
HSL 263.9º 0.75% 0.68% -
HSV(B) 263.9º 0.52% 0.92% -
XYZ 35.49 25.16 81.58 -
YUV 140.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 161 112 235 0.31 0.52 0 0.08 263.9 0.75 0.68
Hex A1 70 EB 1F 34 0 8 108 4B 44
Octal 241 160 353 37 64 0 10 410 113 104
Binary 10100001 1110000 11101011 11111 110100 0 1000 100001000 1001011 1000100

Color Harmonies of #A170EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170EB

Black with #A170EB

Text Example


Text Example

White with #A170EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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