Html Css Color HEX #A188BC Cold Purple

📋 copy color: '#A188BC'

red 161 ◦ green 136 ◦ blue 188

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

Shades of Cold Purple #A188BC

Tints of Cold Purple #A188BC

RGB

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

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

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

R = 33.2%
G = 28.04%
B = 38.76%

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

#A188BC (or 0xA188BC) is known color: Cold Purple. HEX triplet: A1, 88 and BC. RGB value is (161,136,188). Sum of RGB (Red+Green+Blue) = 161+136+188=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A188BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BC is #5E7743. Grayscale: #959595. Windows color (decimal): -6190916 or 12355745. OLE color: 12355745.

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

Color convert

RGB 161 136 188 -
CMYK 0.14 0.28 0 0.26
HSL 268.85º 0.28% 0.64% -
HSV(B) 268.85º 0.28% 0.74% -
XYZ 32.58 28.82 51.42 -
YUV 149.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 161 136 188 0.14 0.28 0 0.26 268.85 0.28 0.64
Hex A1 88 BC E 1C 0 1A 10D 1C 40
Octal 241 210 274 16 34 0 32 415 34 100
Binary 10100001 10001000 10111100 1110 11100 0 11010 100001101 11100 1000000

Color Harmonies of #A188BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188BC

Black with #A188BC

Text Example


Text Example

White with #A188BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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