Html Css Color HEX #A180F0 Medium Purple

📋 copy color: '#A180F0'

red 161 ◦ green 128 ◦ blue 240

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

Shades of Medium Purple #A180F0

Tints of Medium Purple #A180F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.2%

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 30.43%
G = 24.2%
B = 45.37%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A180F0 (or 0xA180F0) is known color: Medium Purple. HEX triplet: A1, 80 and F0. RGB value is (161,128,240). Sum of RGB (Red+Green+Blue) = 161+128+240=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #A180F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180F0 is #5E7F0F. Grayscale: #969696. Windows color (decimal): -6192912 or 15761569. OLE color: 15761569.

HSL color Cylindrical-coordinate representation of color #A180F0: hue angle of 257.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A180F0 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 128 240 -
CMYK 0.33 0.47 0 0.06
HSL 257.68º 0.79% 0.72% -
HSV(B) 257.68º 0.47% 0.94% -
XYZ 38.15 29.31 86.08 -
YUV 150.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 161 128 240 0.33 0.47 0 0.06 257.68 0.79 0.72
Hex A1 80 F0 21 2F 0 6 102 4F 48
Octal 241 200 360 41 57 0 6 402 117 110
Binary 10100001 10000000 11110000 100001 101111 0 110 100000010 1001111 1001000

Color Harmonies of #A180F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180F0

Black with #A180F0

Text Example


Text Example

White with #A180F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180F0; }

 p { color: rgb(161,128,240); }

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

background-color css

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

 a { background-color: rgb(161,128,240); }

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

border-color css

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

 span { border-color: rgb(161,128,240); }

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