Html Css Color HEX #A187BB Cold Purple

📋 copy color: '#A187BB'

red 161 ◦ green 135 ◦ blue 187

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

Shades of Cold Purple #A187BB

Tints of Cold Purple #A187BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 33.33%
G = 27.95%
B = 38.72%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A187BB (or 0xA187BB) is known color: Cold Purple. HEX triplet: A1, 87 and BB. RGB value is (161,135,187). Sum of RGB (Red+Green+Blue) = 161+135+187=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A187BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187BB is #5E7844. Grayscale: #949494. Windows color (decimal): -6191173 or 12289953. OLE color: 12289953.

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

Color convert

RGB 161 135 187 -
CMYK 0.14 0.28 0 0.27
HSL 270º 0.28% 0.63% -
HSV(B) 270º 0.28% 0.73% -
XYZ 32.33 28.49 50.81 -
YUV 148.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 161 135 187 0.14 0.28 0 0.27 270 0.28 0.63
Hex A1 87 BB E 1C 0 1B 10E 1C 3F
Octal 241 207 273 16 34 0 33 416 34 77
Binary 10100001 10000111 10111011 1110 11100 0 11011 100001110 11100 111111

Color Harmonies of #A187BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187BB

Black with #A187BB

Text Example


Text Example

White with #A187BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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