Html Css Color HEX #A393B9 Cold Purple

📋 copy color: '#A393B9'

red 163 ◦ green 147 ◦ blue 185

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

Shades of Cold Purple #A393B9

Tints of Cold Purple #A393B9

RGB

 RED value IS 163 (64.06% from 255) = 32.93%

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 32.93%
G = 29.7%
B = 37.37%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A393B9 (or 0xA393B9) is known color: Cold Purple. HEX triplet: A3, 93 and B9. RGB value is (163,147,185). Sum of RGB (Red+Green+Blue) = 163+147+185=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #A393B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393B9 is #5C6C46. Grayscale: #9B9B9B. Windows color (decimal): -6057031 or 12161955. OLE color: 12161955.

HSL color Cylindrical-coordinate representation of color #A393B9: hue angle of 265.26º degrees, saturation: 0.21, 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 #A393B9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 147 185 -
CMYK 0.12 0.21 0 0.27
HSL 265.26º 0.21% 0.65% -
HSV(B) 265.26º 0.21% 0.73% -
XYZ 34.29 32.16 50.3 -
YUV 156.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 163 147 185 0.12 0.21 0 0.27 265.26 0.21 0.65
Hex A3 93 B9 C 15 0 1B 109 15 41
Octal 243 223 271 14 25 0 33 411 25 101
Binary 10100011 10010011 10111001 1100 10101 0 11011 100001001 10101 1000001

Color Harmonies of #A393B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393B9

Black with #A393B9

Text Example


Text Example

White with #A393B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393B9; }

 p { color: rgb(163,147,185); }

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

background-color css

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

 a { background-color: rgb(163,147,185); }

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

border-color css

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

 span { border-color: rgb(163,147,185); }

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