Html Css Color HEX #A187BD Cold Purple

📋 copy color: '#A187BD'

red 161 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #A187BD

Tints of Cold Purple #A187BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 33.2%
G = 27.84%
B = 38.97%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A187BD (or 0xA187BD) is known color: Cold Purple. HEX triplet: A1, 87 and BD. RGB value is (161,135,189). Sum of RGB (Red+Green+Blue) = 161+135+189=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A187BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187BD is #5E7842. Grayscale: #949494. Windows color (decimal): -6191171 or 12421025. OLE color: 12421025.

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

Color convert

RGB 161 135 189 -
CMYK 0.15 0.29 0 0.26
HSL 268.89º 0.29% 0.64% -
HSV(B) 268.89º 0.29% 0.74% -
XYZ 32.55 28.58 51.95 -
YUV 148.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 161 135 189 0.15 0.29 0 0.26 268.89 0.29 0.64
Hex A1 87 BD F 1D 0 1A 10D 1D 40
Octal 241 207 275 17 35 0 32 415 35 100
Binary 10100001 10000111 10111101 1111 11101 0 11010 100001101 11101 1000000

Color Harmonies of #A187BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187BD

Black with #A187BD

Text Example


Text Example

White with #A187BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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