Html Css Color HEX #A187EA Medium Purple

📋 copy color: '#A187EA'

red 161 ◦ green 135 ◦ blue 234

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

Shades of Medium Purple #A187EA

Tints of Medium Purple #A187EA

RGB

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

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

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

R = 30.38%
G = 25.47%
B = 44.15%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A187EA (or 0xA187EA) is known color: Medium Purple. HEX triplet: A1, 87 and EA. RGB value is (161,135,234). Sum of RGB (Red+Green+Blue) = 161+135+234=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A187EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187EA is #5E7815. Grayscale: #999999. Windows color (decimal): -6191126 or 15370145. OLE color: 15370145.

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

Color convert

RGB 161 135 234 -
CMYK 0.31 0.42 0 0.08
HSL 255.76º 0.7% 0.72% -
HSV(B) 255.76º 0.42% 0.92% -
XYZ 38.21 30.85 81.78 -
YUV 154.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 161 135 234 0.31 0.42 0 0.08 255.76 0.7 0.72
Hex A1 87 EA 1F 2A 0 8 100 46 48
Octal 241 207 352 37 52 0 10 400 106 110
Binary 10100001 10000111 11101010 11111 101010 0 1000 100000000 1000110 1001000

Color Harmonies of #A187EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187EA

Black with #A187EA

Text Example


Text Example

White with #A187EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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