Html Css Color HEX #A194BD Cold Purple

📋 copy color: '#A194BD'

red 161 ◦ green 148 ◦ blue 189

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

Shades of Cold Purple #A194BD

Tints of Cold Purple #A194BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 32.33%
G = 29.72%
B = 37.95%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A194BD (or 0xA194BD) is known color: Cold Purple. HEX triplet: A1, 94 and BD. RGB value is (161,148,189). Sum of RGB (Red+Green+Blue) = 161+148+189=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #A194BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194BD is #5E6B42. Grayscale: #9C9C9C. Windows color (decimal): -6187843 or 12424353. OLE color: 12424353.

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

Color convert

RGB 161 148 189 -
CMYK 0.15 0.22 0 0.26
HSL 259.02º 0.24% 0.66% -
HSV(B) 259.02º 0.22% 0.74% -
XYZ 34.47 32.43 52.59 -
YUV 156.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 161 148 189 0.15 0.22 0 0.26 259.02 0.24 0.66
Hex A1 94 BD F 16 0 1A 103 18 42
Octal 241 224 275 17 26 0 32 403 30 102
Binary 10100001 10010100 10111101 1111 10110 0 11010 100000011 11000 1000010

Color Harmonies of #A194BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A194BD

Black with #A194BD

Text Example


Text Example

White with #A194BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A194BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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