Html Css Color HEX #A595BA Cold Purple

📋 copy color: '#A595BA'

red 165 ◦ green 149 ◦ blue 186

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

Shades of Cold Purple #A595BA

Tints of Cold Purple #A595BA

RGB

 RED value IS 165 (64.84% from 255) = 33%

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 33%
G = 29.8%
B = 37.2%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A595BA (or 0xA595BA) is known color: Cold Purple. HEX triplet: A5, 95 and BA. RGB value is (165,149,186). Sum of RGB (Red+Green+Blue) = 165+149+186=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A595BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595BA is #5A6A45. Grayscale: #9D9D9D. Windows color (decimal): -5925446 or 12228005. OLE color: 12228005.

HSL color Cylindrical-coordinate representation of color #A595BA: hue angle of 265.95º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A595BA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 149 186 -
CMYK 0.11 0.20 0 0.27
HSL 265.95º 0.21% 0.66% -
HSV(B) 265.95º 0.2% 0.73% -
XYZ 35.13 33.04 50.98 -
YUV 158 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 165 149 186 0.11 0.20 0 0.27 265.95 0.21 0.66
Hex A5 95 BA B 14 0 1B 10A 15 42
Octal 245 225 272 13 24 0 33 412 25 102
Binary 10100101 10010101 10111010 1011 10100 0 11011 100001010 10101 1000010

Color Harmonies of #A595BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595BA

Black with #A595BA

Text Example


Text Example

White with #A595BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595BA; }

 p { color: rgb(165,149,186); }

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

background-color css

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

 a { background-color: rgb(165,149,186); }

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

border-color css

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

 span { border-color: rgb(165,149,186); }

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