Html Css Color HEX #A393BE Cold Purple

📋 copy color: '#A393BE'

red 163 ◦ green 147 ◦ blue 190

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

Shades of Cold Purple #A393BE

Tints of Cold Purple #A393BE

RGB

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

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

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

R = 32.6%
G = 29.4%
B = 38%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A393BE (or 0xA393BE) is known color: Cold Purple. HEX triplet: A3, 93 and BE. RGB value is (163,147,190). Sum of RGB (Red+Green+Blue) = 163+147+190=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #A393BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393BE is #5C6C41. Grayscale: #9C9C9C. Windows color (decimal): -6057026 or 12489635. OLE color: 12489635.

HSL color Cylindrical-coordinate representation of color #A393BE: hue angle of 262.33º 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 #A393BE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 147 190 -
CMYK 0.14 0.23 0 0.25
HSL 262.33º 0.25% 0.66% -
HSV(B) 262.33º 0.23% 0.75% -
XYZ 34.83 32.37 53.13 -
YUV 156.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 163 147 190 0.14 0.23 0 0.25 262.33 0.25 0.66
Hex A3 93 BE E 17 0 19 106 19 42
Octal 243 223 276 16 27 0 31 406 31 102
Binary 10100011 10010011 10111110 1110 10111 0 11001 100000110 11001 1000010

Color Harmonies of #A393BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393BE

Black with #A393BE

Text Example


Text Example

White with #A393BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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