Html Css Color HEX #A593BE Cold Purple

📋 copy color: '#A593BE'

red 165 ◦ green 147 ◦ blue 190

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

Shades of Cold Purple #A593BE

Tints of Cold Purple #A593BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.28%

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

R = 32.87%
G = 29.28%
B = 37.85%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A593BE (or 0xA593BE) is known color: Cold Purple. HEX triplet: A5, 93 and BE. RGB value is (165,147,190). Sum of RGB (Red+Green+Blue) = 165+147+190=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A593BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BE is #5A6C41. Grayscale: #9D9D9D. Windows color (decimal): -5925954 or 12489637. OLE color: 12489637.

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

Color convert

RGB 165 147 190 -
CMYK 0.13 0.23 0 0.25
HSL 265.12º 0.25% 0.66% -
HSV(B) 265.12º 0.23% 0.75% -
XYZ 35.25 32.58 53.15 -
YUV 157.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 165 147 190 0.13 0.23 0 0.25 265.12 0.25 0.66
Hex A5 93 BE D 17 0 19 109 19 42
Octal 245 223 276 15 27 0 31 411 31 102
Binary 10100101 10010011 10111110 1101 10111 0 11001 100001001 11001 1000010

Color Harmonies of #A593BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593BE

Black with #A593BE

Text Example


Text Example

White with #A593BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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