Html Css Color HEX #A188C2 Cold Purple

📋 copy color: '#A188C2'

red 161 ◦ green 136 ◦ blue 194

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

Shades of Cold Purple #A188C2

Tints of Cold Purple #A188C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 32.79%
G = 27.7%
B = 39.51%

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

#A188C2 (or 0xA188C2) is known color: Cold Purple. HEX triplet: A1, 88 and C2. RGB value is (161,136,194). Sum of RGB (Red+Green+Blue) = 161+136+194=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #A188C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188C2 is #5E773D. Grayscale: #959595. Windows color (decimal): -6190910 or 12748961. OLE color: 12748961.

HSL color Cylindrical-coordinate representation of color #A188C2: hue angle of 265.86º degrees, saturation: 0.32, 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 #A188C2 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 136 194 -
CMYK 0.17 0.30 0 0.24
HSL 265.86º 0.32% 0.65% -
HSV(B) 265.86º 0.3% 0.76% -
XYZ 33.24 29.08 54.9 -
YUV 150.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 161 136 194 0.17 0.30 0 0.24 265.86 0.32 0.65
Hex A1 88 C2 11 1E 0 18 10A 20 41
Octal 241 210 302 21 36 0 30 412 40 101
Binary 10100001 10001000 11000010 10001 11110 0 11000 100001010 100000 1000001

Color Harmonies of #A188C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188C2

Black with #A188C2

Text Example


Text Example

White with #A188C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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