Html Css Color HEX #A188BE Cold Purple

📋 copy color: '#A188BE'

red 161 ◦ green 136 ◦ blue 190

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

Shades of Cold Purple #A188BE

Tints of Cold Purple #A188BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 33.06%
G = 27.93%
B = 39.01%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A188BE (or 0xA188BE) is known color: Cold Purple. HEX triplet: A1, 88 and BE. RGB value is (161,136,190). Sum of RGB (Red+Green+Blue) = 161+136+190=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A188BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BE is #5E7741. Grayscale: #959595. Windows color (decimal): -6190914 or 12486817. OLE color: 12486817.

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

Color convert

RGB 161 136 190 -
CMYK 0.15 0.28 0 0.25
HSL 267.78º 0.29% 0.64% -
HSV(B) 267.78º 0.28% 0.75% -
XYZ 32.8 28.9 52.57 -
YUV 149.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 161 136 190 0.15 0.28 0 0.25 267.78 0.29 0.64
Hex A1 88 BE F 1C 0 19 10C 1D 40
Octal 241 210 276 17 34 0 31 414 35 100
Binary 10100001 10001000 10111110 1111 11100 0 11001 100001100 11101 1000000

Color Harmonies of #A188BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188BE

Black with #A188BE

Text Example


Text Example

White with #A188BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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