Html Css Color HEX #A178E7 Medium Purple

📋 copy color: '#A178E7'

red 161 ◦ green 120 ◦ blue 231

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

Shades of Medium Purple #A178E7

Tints of Medium Purple #A178E7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.44%

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

R = 31.45%
G = 23.44%
B = 45.12%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A178E7 (or 0xA178E7) is known color: Medium Purple. HEX triplet: A1, 78 and E7. RGB value is (161,120,231). Sum of RGB (Red+Green+Blue) = 161+120+231=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #A178E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178E7 is #5E8718. Grayscale: #909090. Windows color (decimal): -6194969 or 15169697. OLE color: 15169697.

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

Color convert

RGB 161 120 231 -
CMYK 0.30 0.48 0 0.09
HSL 262.16º 0.7% 0.69% -
HSV(B) 262.16º 0.48% 0.91% -
XYZ 35.84 26.78 78.88 -
YUV 144.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 161 120 231 0.30 0.48 0 0.09 262.16 0.7 0.69
Hex A1 78 E7 1E 30 0 9 106 46 45
Octal 241 170 347 36 60 0 11 406 106 105
Binary 10100001 1111000 11100111 11110 110000 0 1001 100000110 1000110 1000101

Color Harmonies of #A178E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178E7

Black with #A178E7

Text Example


Text Example

White with #A178E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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