Html Css Color HEX #A591BD Cold Purple

📋 copy color: '#A591BD'

red 165 ◦ green 145 ◦ blue 189

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

Shades of Cold Purple #A591BD

Tints of Cold Purple #A591BD

RGB

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

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

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

R = 33.07%
G = 29.06%
B = 37.88%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A591BD (or 0xA591BD) is known color: Cold Purple. HEX triplet: A5, 91 and BD. RGB value is (165,145,189). Sum of RGB (Red+Green+Blue) = 165+145+189=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A591BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591BD is #5A6E42. Grayscale: #9B9B9B. Windows color (decimal): -5926467 or 12423589. OLE color: 12423589.

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

Color convert

RGB 165 145 189 -
CMYK 0.13 0.23 0 0.26
HSL 267.27º 0.25% 0.65% -
HSV(B) 267.27º 0.23% 0.74% -
XYZ 34.83 31.92 52.47 -
YUV 156 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 165 145 189 0.13 0.23 0 0.26 267.27 0.25 0.65
Hex A5 91 BD D 17 0 1A 10B 19 41
Octal 245 221 275 15 27 0 32 413 31 101
Binary 10100101 10010001 10111101 1101 10111 0 11010 100001011 11001 1000001

Color Harmonies of #A591BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591BD

Black with #A591BD

Text Example


Text Example

White with #A591BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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