Html Css Color HEX #A188C3 Cold Purple

📋 copy color: '#A188C3'

red 161 ◦ green 136 ◦ blue 195

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

Shades of Cold Purple #A188C3

Tints of Cold Purple #A188C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.63%

R = 32.72%
G = 27.64%
B = 39.63%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A188C3 (or 0xA188C3) is known color: Cold Purple. HEX triplet: A1, 88 and C3. RGB value is (161,136,195). Sum of RGB (Red+Green+Blue) = 161+136+195=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #A188C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188C3 is #5E773C. Grayscale: #959595. Windows color (decimal): -6190909 or 12814497. OLE color: 12814497.

HSL color Cylindrical-coordinate representation of color #A188C3: hue angle of 265.42º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A188C3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 136 195 -
CMYK 0.17 0.30 0 0.24
HSL 265.42º 0.33% 0.65% -
HSV(B) 265.42º 0.3% 0.76% -
XYZ 33.35 29.13 55.49 -
YUV 150.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 161 136 195 0.17 0.30 0 0.24 265.42 0.33 0.65
Hex A1 88 C3 11 1E 0 18 109 21 41
Octal 241 210 303 21 36 0 30 411 41 101
Binary 10100001 10001000 11000011 10001 11110 0 11000 100001001 100001 1000001

Color Harmonies of #A188C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188C3

Black with #A188C3

Text Example


Text Example

White with #A188C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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