Html Css Color HEX #A195B5 Cold Purple

📋 copy color: '#A195B5'

red 161 ◦ green 149 ◦ blue 181

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

Shades of Cold Purple #A195B5

Tints of Cold Purple #A195B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 32.79%
G = 30.35%
B = 36.86%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A195B5 (or 0xA195B5) is known color: Cold Purple. HEX triplet: A1, 95 and B5. RGB value is (161,149,181). Sum of RGB (Red+Green+Blue) = 161+149+181=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #A195B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195B5 is #5E6A4A. Grayscale: #9C9C9C. Windows color (decimal): -6187595 or 11900321. OLE color: 11900321.

HSL color Cylindrical-coordinate representation of color #A195B5: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A195B5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 149 181 -
CMYK 0.11 0.18 0 0.29
HSL 262.5º 0.18% 0.65% -
HSV(B) 262.5º 0.18% 0.71% -
XYZ 33.79 32.41 48.19 -
YUV 156.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 161 149 181 0.11 0.18 0 0.29 262.5 0.18 0.65
Hex A1 95 B5 B 12 0 1D 106 12 41
Octal 241 225 265 13 22 0 35 406 22 101
Binary 10100001 10010101 10110101 1011 10010 0 11101 100000110 10010 1000001

Color Harmonies of #A195B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195B5

Black with #A195B5

Text Example


Text Example

White with #A195B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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