Html Css Color HEX #A187BC Cold Purple

📋 copy color: '#A187BC'

red 161 ◦ green 135 ◦ blue 188

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

Shades of Cold Purple #A187BC

Tints of Cold Purple #A187BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 33.26%
G = 27.89%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A187BC (or 0xA187BC) is known color: Cold Purple. HEX triplet: A1, 87 and BC. RGB value is (161,135,188). Sum of RGB (Red+Green+Blue) = 161+135+188=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A187BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187BC is #5E7843. Grayscale: #949494. Windows color (decimal): -6191172 or 12355489. OLE color: 12355489.

HSL color Cylindrical-coordinate representation of color #A187BC: hue angle of 269.43º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A187BC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 135 188 -
CMYK 0.14 0.28 0 0.26
HSL 269.43º 0.28% 0.63% -
HSV(B) 269.43º 0.28% 0.74% -
XYZ 32.44 28.54 51.38 -
YUV 148.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 161 135 188 0.14 0.28 0 0.26 269.43 0.28 0.63
Hex A1 87 BC E 1C 0 1A 10D 1C 3F
Octal 241 207 274 16 34 0 32 415 34 77
Binary 10100001 10000111 10111100 1110 11100 0 11010 100001101 11100 111111

Color Harmonies of #A187BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187BC

Black with #A187BC

Text Example


Text Example

White with #A187BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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