Html Css Color HEX #A188C0 Cold Purple

📋 copy color: '#A188C0'

red 161 ◦ green 136 ◦ blue 192

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

Shades of Cold Purple #A188C0

Tints of Cold Purple #A188C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 32.92%
G = 27.81%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A188C0 (or 0xA188C0) is known color: Cold Purple. HEX triplet: A1, 88 and C0. RGB value is (161,136,192). Sum of RGB (Red+Green+Blue) = 161+136+192=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #A188C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188C0 is #5E773F. Grayscale: #959595. Windows color (decimal): -6190912 or 12617889. OLE color: 12617889.

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

Color convert

RGB 161 136 192 -
CMYK 0.16 0.29 0 0.25
HSL 266.79º 0.31% 0.64% -
HSV(B) 266.79º 0.29% 0.75% -
XYZ 33.02 28.99 53.72 -
YUV 149.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 161 136 192 0.16 0.29 0 0.25 266.79 0.31 0.64
Hex A1 88 C0 10 1D 0 19 10B 1F 40
Octal 241 210 300 20 35 0 31 413 37 100
Binary 10100001 10001000 11000000 10000 11101 0 11001 100001011 11111 1000000

Color Harmonies of #A188C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188C0

Black with #A188C0

Text Example


Text Example

White with #A188C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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