Html Css Color HEX #A593BA Cold Purple

📋 copy color: '#A593BA'

red 165 ◦ green 147 ◦ blue 186

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

Shades of Cold Purple #A593BA

Tints of Cold Purple #A593BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 33.13%
G = 29.52%
B = 37.35%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A593BA (or 0xA593BA) is known color: Cold Purple. HEX triplet: A5, 93 and BA. RGB value is (165,147,186). Sum of RGB (Red+Green+Blue) = 165+147+186=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #A593BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BA is #5A6C45. Grayscale: #9C9C9C. Windows color (decimal): -5925958 or 12227493. OLE color: 12227493.

HSL color Cylindrical-coordinate representation of color #A593BA: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A593BA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 147 186 -
CMYK 0.11 0.21 0 0.27
HSL 267.69º 0.22% 0.65% -
HSV(B) 267.69º 0.21% 0.73% -
XYZ 34.81 32.41 50.88 -
YUV 156.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 165 147 186 0.11 0.21 0 0.27 267.69 0.22 0.65
Hex A5 93 BA B 15 0 1B 10C 16 41
Octal 245 223 272 13 25 0 33 414 26 101
Binary 10100101 10010011 10111010 1011 10101 0 11011 100001100 10110 1000001

Color Harmonies of #A593BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593BA

Black with #A593BA

Text Example


Text Example

White with #A593BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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