Html Css Color HEX #A195BC Cold Purple

📋 copy color: '#A195BC'

red 161 ◦ green 149 ◦ blue 188

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

Shades of Cold Purple #A195BC

Tints of Cold Purple #A195BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

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

R = 32.33%
G = 29.92%
B = 37.75%

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

#A195BC (or 0xA195BC) is known color: Cold Purple. HEX triplet: A1, 95 and BC. RGB value is (161,149,188). Sum of RGB (Red+Green+Blue) = 161+149+188=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A195BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195BC is #5E6A43. Grayscale: #9C9C9C. Windows color (decimal): -6187588 or 12359073. OLE color: 12359073.

HSL color Cylindrical-coordinate representation of color #A195BC: hue angle of 258.46º 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 #A195BC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 149 188 -
CMYK 0.14 0.21 0 0.26
HSL 258.46º 0.23% 0.66% -
HSV(B) 258.46º 0.21% 0.74% -
XYZ 34.52 32.7 52.07 -
YUV 157.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 161 149 188 0.14 0.21 0 0.26 258.46 0.23 0.66
Hex A1 95 BC E 15 0 1A 102 17 42
Octal 241 225 274 16 25 0 32 402 27 102
Binary 10100001 10010101 10111100 1110 10101 0 11010 100000010 10111 1000010

Color Harmonies of #A195BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195BC

Black with #A195BC

Text Example


Text Example

White with #A195BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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