Html Css Color HEX #A170EA Medium Purple

📋 copy color: '#A170EA'

red 161 ◦ green 112 ◦ blue 234

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

Shades of Medium Purple #A170EA

Tints of Medium Purple #A170EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 31.76%
G = 22.09%
B = 46.15%

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

#A170EA (or 0xA170EA) is known color: Medium Purple. HEX triplet: A1, 70 and EA. RGB value is (161,112,234). Sum of RGB (Red+Green+Blue) = 161+112+234=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #A170EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170EA is #5E8F15. Grayscale: #8C8C8C. Windows color (decimal): -6197014 or 15364257. OLE color: 15364257.

HSL color Cylindrical-coordinate representation of color #A170EA: hue angle of 264.1º degrees, saturation: 0.74, 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 #A170EA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 112 234 -
CMYK 0.31 0.52 0 0.08
HSL 264.1º 0.74% 0.68% -
HSV(B) 264.1º 0.52% 0.92% -
XYZ 35.34 25.11 80.83 -
YUV 140.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 161 112 234 0.31 0.52 0 0.08 264.1 0.74 0.68
Hex A1 70 EA 1F 34 0 8 108 4A 44
Octal 241 160 352 37 64 0 10 410 112 104
Binary 10100001 1110000 11101010 11111 110100 0 1000 100001000 1001010 1000100

Color Harmonies of #A170EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170EA

Black with #A170EA

Text Example


Text Example

White with #A170EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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