Html Css Color HEX #A594BE Cold Purple

📋 copy color: '#A594BE'

red 165 ◦ green 148 ◦ blue 190

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

Shades of Cold Purple #A594BE

Tints of Cold Purple #A594BE

RGB

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

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

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

R = 32.8%
G = 29.42%
B = 37.77%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A594BE (or 0xA594BE) is known color: Cold Purple. HEX triplet: A5, 94 and BE. RGB value is (165,148,190). Sum of RGB (Red+Green+Blue) = 165+148+190=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A594BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BE is #5A6B41. Grayscale: #9D9D9D. Windows color (decimal): -5925698 or 12489893. OLE color: 12489893.

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

Color convert

RGB 165 148 190 -
CMYK 0.13 0.22 0 0.25
HSL 264.29º 0.24% 0.66% -
HSV(B) 264.29º 0.22% 0.75% -
XYZ 35.4 32.9 53.2 -
YUV 157.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 165 148 190 0.13 0.22 0 0.25 264.29 0.24 0.66
Hex A5 94 BE D 16 0 19 108 18 42
Octal 245 224 276 15 26 0 31 410 30 102
Binary 10100101 10010100 10111110 1101 10110 0 11001 100001000 11000 1000010

Color Harmonies of #A594BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594BE

Black with #A594BE

Text Example


Text Example

White with #A594BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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