Html Css Color HEX #A194BC Cold Purple

📋 copy color: '#A194BC'

red 161 ◦ green 148 ◦ blue 188

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

Shades of Cold Purple #A194BC

Tints of Cold Purple #A194BC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 32.39%
G = 29.78%
B = 37.83%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A194BC (or 0xA194BC) is known color: Cold Purple. HEX triplet: A1, 94 and BC. RGB value is (161,148,188). Sum of RGB (Red+Green+Blue) = 161+148+188=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A194BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194BC is #5E6B43. Grayscale: #9C9C9C. Windows color (decimal): -6187844 or 12358817. OLE color: 12358817.

HSL color Cylindrical-coordinate representation of color #A194BC: hue angle of 259.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A194BC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 148 188 -
CMYK 0.14 0.21 0 0.26
HSL 259.5º 0.23% 0.66% -
HSV(B) 259.5º 0.21% 0.74% -
XYZ 34.36 32.39 52.02 -
YUV 156.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 161 148 188 0.14 0.21 0 0.26 259.5 0.23 0.66
Hex A1 94 BC E 15 0 1A 104 17 42
Octal 241 224 274 16 25 0 32 404 27 102
Binary 10100001 10010100 10111100 1110 10101 0 11010 100000100 10111 1000010

Color Harmonies of #A194BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A194BC

Black with #A194BC

Text Example


Text Example

White with #A194BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A194BC; }

 p { color: rgb(161,148,188); }

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

background-color css

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

 a { background-color: rgb(161,148,188); }

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

border-color css

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

 span { border-color: rgb(161,148,188); }

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