Html Css Color HEX #A591BE Cold Purple

📋 copy color: '#A591BE'

red 165 ◦ green 145 ◦ blue 190

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

Shades of Cold Purple #A591BE

Tints of Cold Purple #A591BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

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

R = 33%
G = 29%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A591BE (or 0xA591BE) is known color: Cold Purple. HEX triplet: A5, 91 and BE. RGB value is (165,145,190). Sum of RGB (Red+Green+Blue) = 165+145+190=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 145 (57.03% from 255 or 29% 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 #A591BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591BE is #5A6E41. Grayscale: #9B9B9B. Windows color (decimal): -5926466 or 12489125. OLE color: 12489125.

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

Color convert

RGB 165 145 190 -
CMYK 0.13 0.24 0 0.25
HSL 266.67º 0.26% 0.66% -
HSV(B) 266.67º 0.24% 0.75% -
XYZ 34.94 31.97 53.04 -
YUV 156.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 165 145 190 0.13 0.24 0 0.25 266.67 0.26 0.66
Hex A5 91 BE D 18 0 19 10B 1A 42
Octal 245 221 276 15 30 0 31 413 32 102
Binary 10100101 10010001 10111110 1101 11000 0 11001 100001011 11010 1000010

Color Harmonies of #A591BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591BE

Black with #A591BE

Text Example


Text Example

White with #A591BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591BE; }

 p { color: rgb(165,145,190); }

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

background-color css

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

 a { background-color: rgb(165,145,190); }

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

border-color css

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

 span { border-color: rgb(165,145,190); }

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