Html Css Color HEX #A187F0 Medium Purple

📋 copy color: '#A187F0'

red 161 ◦ green 135 ◦ blue 240

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

Shades of Medium Purple #A187F0

Tints of Medium Purple #A187F0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.19%

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

R = 30.04%
G = 25.19%
B = 44.78%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A187F0 (or 0xA187F0) is known color: Medium Purple. HEX triplet: A1, 87 and F0. RGB value is (161,135,240). Sum of RGB (Red+Green+Blue) = 161+135+240=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #A187F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187F0 is #5E780F. Grayscale: #9A9A9A. Windows color (decimal): -6191120 or 15763361. OLE color: 15763361.

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

Color convert

RGB 161 135 240 -
CMYK 0.33 0.44 0 0.06
HSL 254.86º 0.78% 0.74% -
HSV(B) 254.86º 0.44% 0.94% -
XYZ 39.09 31.2 86.4 -
YUV 154.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 161 135 240 0.33 0.44 0 0.06 254.86 0.78 0.74
Hex A1 87 F0 21 2C 0 6 FF 4E 4A
Octal 241 207 360 41 54 0 6 377 116 112
Binary 10100001 10000111 11110000 100001 101100 0 110 11111111 1001110 1001010

Color Harmonies of #A187F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187F0

Black with #A187F0

Text Example


Text Example

White with #A187F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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