Html Css Color HEX #A594BD Cold Purple

📋 copy color: '#A594BD'

red 165 ◦ green 148 ◦ blue 189

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

Shades of Cold Purple #A594BD

Tints of Cold Purple #A594BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 32.87%
G = 29.48%
B = 37.65%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A594BD (or 0xA594BD) is known color: Cold Purple. HEX triplet: A5, 94 and BD. RGB value is (165,148,189). Sum of RGB (Red+Green+Blue) = 165+148+189=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A594BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BD is #5A6B42. Grayscale: #9D9D9D. Windows color (decimal): -5925699 or 12424357. OLE color: 12424357.

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

Color convert

RGB 165 148 189 -
CMYK 0.13 0.22 0 0.26
HSL 264.88º 0.24% 0.66% -
HSV(B) 264.88º 0.22% 0.74% -
XYZ 35.29 32.85 52.63 -
YUV 157.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 165 148 189 0.13 0.22 0 0.26 264.88 0.24 0.66
Hex A5 94 BD D 16 0 1A 109 18 42
Octal 245 224 275 15 26 0 32 411 30 102
Binary 10100101 10010100 10111101 1101 10110 0 11010 100001001 11000 1000010

Color Harmonies of #A594BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594BD

Black with #A594BD

Text Example


Text Example

White with #A594BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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