Html Css Color HEX #A188CE Cold Purple

📋 copy color: '#A188CE'

red 161 ◦ green 136 ◦ blue 206

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

Shades of Cold Purple #A188CE

Tints of Cold Purple #A188CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 32.01%
G = 27.04%
B = 40.95%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A188CE (or 0xA188CE) is known color: Cold Purple. HEX triplet: A1, 88 and CE. RGB value is (161,136,206). Sum of RGB (Red+Green+Blue) = 161+136+206=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A188CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188CE is #5E7731. Grayscale: #979797. Windows color (decimal): -6190898 or 13535393. OLE color: 13535393.

HSL color Cylindrical-coordinate representation of color #A188CE: hue angle of 261.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A188CE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 136 206 -
CMYK 0.22 0.34 0 0.19
HSL 261.43º 0.42% 0.67% -
HSV(B) 261.43º 0.34% 0.81% -
XYZ 34.64 29.64 62.29 -
YUV 151.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 161 136 206 0.22 0.34 0 0.19 261.43 0.42 0.67
Hex A1 88 CE 16 22 0 13 105 2A 43
Octal 241 210 316 26 42 0 23 405 52 103
Binary 10100001 10001000 11001110 10110 100010 0 10011 100000101 101010 1000011

Color Harmonies of #A188CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188CE

Black with #A188CE

Text Example


Text Example

White with #A188CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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