Html Css Color HEX #A595BD Cold Purple

📋 copy color: '#A595BD'

red 165 ◦ green 149 ◦ blue 189

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

Shades of Cold Purple #A595BD

Tints of Cold Purple #A595BD

RGB

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

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

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

R = 32.8%
G = 29.62%
B = 37.57%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A595BD (or 0xA595BD) is known color: Cold Purple. HEX triplet: A5, 95 and BD. RGB value is (165,149,189). Sum of RGB (Red+Green+Blue) = 165+149+189=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A595BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595BD is #5A6A42. Grayscale: #9E9E9E. Windows color (decimal): -5925443 or 12424613. OLE color: 12424613.

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

Color convert

RGB 165 149 189 -
CMYK 0.13 0.21 0 0.26
HSL 264º 0.23% 0.66% -
HSV(B) 264º 0.21% 0.74% -
XYZ 35.45 33.17 52.68 -
YUV 158.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 165 149 189 0.13 0.21 0 0.26 264 0.23 0.66
Hex A5 95 BD D 15 0 1A 108 17 42
Octal 245 225 275 15 25 0 32 410 27 102
Binary 10100101 10010101 10111101 1101 10101 0 11010 100001000 10111 1000010

Color Harmonies of #A595BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595BD

Black with #A595BD

Text Example


Text Example

White with #A595BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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