Html Css Color HEX #A195BE Cold Purple

📋 copy color: '#A195BE'

red 161 ◦ green 149 ◦ blue 190

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

Shades of Cold Purple #A195BE

Tints of Cold Purple #A195BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 32.2%
G = 29.8%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A195BE (or 0xA195BE) is known color: Cold Purple. HEX triplet: A1, 95 and BE. RGB value is (161,149,190). Sum of RGB (Red+Green+Blue) = 161+149+190=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #A195BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195BE is #5E6A41. Grayscale: #9D9D9D. Windows color (decimal): -6187586 or 12490145. OLE color: 12490145.

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

Color convert

RGB 161 149 190 -
CMYK 0.15 0.22 0 0.25
HSL 257.56º 0.24% 0.66% -
HSV(B) 257.56º 0.22% 0.75% -
XYZ 34.74 32.79 53.21 -
YUV 157.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 161 149 190 0.15 0.22 0 0.25 257.56 0.24 0.66
Hex A1 95 BE F 16 0 19 102 18 42
Octal 241 225 276 17 26 0 31 402 30 102
Binary 10100001 10010101 10111110 1111 10110 0 11001 100000010 11000 1000010

Color Harmonies of #A195BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195BE

Black with #A195BE

Text Example


Text Example

White with #A195BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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