Html Css Color HEX #A188BA Cold Purple

📋 copy color: '#A188BA'

red 161 ◦ green 136 ◦ blue 186

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

Shades of Cold Purple #A188BA

Tints of Cold Purple #A188BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.16%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 33.33%
G = 28.16%
B = 38.51%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A188BA (or 0xA188BA) is known color: Cold Purple. HEX triplet: A1, 88 and BA. RGB value is (161,136,186). Sum of RGB (Red+Green+Blue) = 161+136+186=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A188BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BA is #5E7745. Grayscale: #959595. Windows color (decimal): -6190918 or 12224673. OLE color: 12224673.

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

Color convert

RGB 161 136 186 -
CMYK 0.13 0.27 0 0.27
HSL 270º 0.27% 0.63% -
HSV(B) 270º 0.27% 0.73% -
XYZ 32.37 28.73 50.29 -
YUV 149.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 161 136 186 0.13 0.27 0 0.27 270 0.27 0.63
Hex A1 88 BA D 1B 0 1B 10E 1B 3F
Octal 241 210 272 15 33 0 33 416 33 77
Binary 10100001 10001000 10111010 1101 11011 0 11011 100001110 11011 111111

Color Harmonies of #A188BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188BA

Black with #A188BA

Text Example


Text Example

White with #A188BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188BA; }

 p { color: rgb(161,136,186); }

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

background-color css

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

 a { background-color: rgb(161,136,186); }

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

border-color css

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

 span { border-color: rgb(161,136,186); }

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